'Declaration Protected Function New( _
ByVal widthThe width.As Integer, _
ByVal heightThe height.As Integer, _
ByVal strideThe stride.As Integer, _
ByVal resolutionThe resolution.As Resolution, _
ByVal pixelFormatThe pixel format.As PixelFormat, _
ByVal paletteThe palette.As Palette, _
ByVal isNewBitmapA value indicating whether to create a new bitmap.As Boolean _
)
protected VintasoftBitmap(
int width,
int height,
int stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette palette,
bool isNewBitmap
)
protected: VintasoftBitmap(
int width,
int height,
int stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette* palette,
bool isNewBitmap
)
protected:
VintasoftBitmap(
int width,
int height,
int stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette^ palette,
bool isNewBitmap
)
Parameters
- width
- The width.
- height
- The height.
- stride
- The stride.
- resolution
- The resolution.
- pixelFormat
- The pixel format.
- palette
- The palette.
- isNewBitmap
- A value indicating whether to create a new bitmap.