ICanvasFactory.Create
ICanvasFactory.Create method
Creates a new canvas with the specified width and height.
public ICanvas Create(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | The width of the canvas. |
height | Int32 | The height of the canvas. |
Return Value
A new instance of the ICanvas
.
See Also
- interface ICanvas
- interface ICanvasFactory
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG