'Declaration Public Overloads Shared Function CreateBitmap( _
ByVal widthWidth of the bitmap in pixels.As System.Int32, _
ByVal heightHeight of the bitmap in pixels.As System.Int32 _
) As VintasoftBitmap
public static VintasoftBitmap CreateBitmap(
System.Int32 width,
System.Int32 height
)
public: static VintasoftBitmap* CreateBitmap(
System.Int32 width,
System.Int32 height
)
public:
static VintasoftBitmap^ CreateBitmap(
System.Int32 width,
System.Int32 height
)
Parameters
- width
- Width of the bitmap in pixels.
- height
- Height of the bitmap in pixels.
Return Value
A new instance of VintasoftBitmap class.