IDrawingFactory.CreateBitmap

IDrawingFactory.CreateBitmap method

Creates a bitmap with the specified width and height.

public IBitmap CreateBitmap(int width, int height)
ParameterTypeDescription
widthInt32The width of the bitmap.
heightInt32The height of the bitmap.

Return Value

The created IBitmap.

See Also