'Declaration Protected Overrides Function Create( _
ByVal widthWidth of the bitmap in pixels.As Integer, _
ByVal heightHeight of the bitmap in pixels.As Integer, _
ByVal resolutionResolution of the bitmap.As Resolution, _
ByVal pixelFormatPixel format of the bitmap.As PixelFormat, _
ByVal palettePalette of the bitmap.As Palette _
) As VintasoftBitmap
protected override VintasoftBitmap Create(
int width,
int height,
Resolution resolution,
PixelFormat pixelFormat,
Palette palette
)
protected: VintasoftBitmap* Create(
int width,
int height,
Resolution resolution,
PixelFormat pixelFormat,
Palette* palette
); override
protected:
VintasoftBitmap^ Create(
int width,
int height,
Resolution resolution,
PixelFormat pixelFormat,
Palette^ palette
); override
Parameters
- width
- Width of the bitmap in pixels.
- height
- Height of the bitmap in pixels.
- resolution
- Resolution of the bitmap.
- pixelFormat
- Pixel format of the bitmap.
- palette
- Palette of the bitmap.
Return Value
A new instance of UnmanagedBitmap class.