IDrawingFactory.CreateBitmap
IDrawingFactory.CreateBitmap method
Creates a bitmap with the specified width and height.
public IBitmap CreateBitmap(int width, int height)
Parameter | Type | Description |
---|---|---|
width | Int32 | The width of the bitmap. |
height | Int32 | The height of the bitmap. |
Return Value
The created IBitmap
.
See Also
- interface IBitmap
- interface IDrawingFactory
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG