'Declaration Protected Function New( _
ByVal widthШирина.As System.Int32, _
ByVal heightВысота.As System.Int32, _
ByVal strideСтрайд (ширина в байтах).As System.Int32, _
ByVal resolutionРазрешение.As Resolution, _
ByVal pixelFormatФормат пикселей.As PixelFormat, _
ByVal paletteПалитра.As Palette, _
ByVal isNewBitmapЗначение, указывающее, создавать ли новое растровое изображение.As Boolean _
)
protected VintasoftBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette palette,
bool isNewBitmap
)
protected: VintasoftBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette* palette,
bool isNewBitmap
)
protected:
VintasoftBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Resolution resolution,
PixelFormat pixelFormat,
Palette^ palette,
bool isNewBitmap
)
Parameters
- width
- Ширина.
- height
- Высота.
- stride
- Страйд (ширина в байтах).
- resolution
- Разрешение.
- pixelFormat
- Формат пикселей.
- palette
- Палитра.
- isNewBitmap
- Значение, указывающее, создавать ли новое растровое изображение.