'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, _
ByVal pixelFormatPixel format of the bitmap.As PixelFormat _
) As VintasoftBitmap
public static VintasoftBitmap CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public: static VintasoftBitmap* CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public:
static VintasoftBitmap^ CreateBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
Parameters
- width
- Width of the bitmap in pixels.
- height
- Height of the bitmap in pixels.
- pixelFormat
- Pixel format of the bitmap.
Return Value
A new instance of VintasoftBitmap class.