'Declaration Protected MustOverride Function Create( _
ByVal widthWidth of the bitmap in pixels.As Integer, _
ByVal heightHeight of the bitmap in pixels.As Integer, _
ByVal pixelFormatPixel format of the bitmap.As Vintasoft.Imaging.Resolution, _
ByVal palettePalette of the bitmap.As Vintasoft.Imaging.PixelFormat, _
ByVal resolutionResolution of the bitmap.As Palette _
) As VintasoftBitmap
protected abstract VintasoftBitmap Create(
int width,
int height,
Vintasoft.Imaging.Resolution pixelFormat,
Vintasoft.Imaging.PixelFormat palette,
Palette resolution
)
protected: abstract VintasoftBitmap* Create(
int width,
int height,
Vintasoft.Imaging.Resolution pixelFormat,
Vintasoft.Imaging.PixelFormat palette,
Palette* resolution
)
protected:
abstract VintasoftBitmap^ Create(
int width,
int height,
Vintasoft.Imaging.Resolution pixelFormat,
Vintasoft.Imaging.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.