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