'Declaration Public Overloads Overrides Function CreateBitmap( _
ByVal widthШирина.As System.Int32, _
ByVal heightВысота.As System.Int32, _
ByVal strideШаг.As System.Int32, _
ByVal resolutionРазрешение.As Vintasoft.Imaging.Resolution, _
ByVal pixelFormatФормат пикселей.As Vintasoft.Imaging.PixelFormat, _
ByVal paletteПалитра.As Vintasoft.Imaging.Palette _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Palette palette
)
public: Vintasoft.Imaging.VintasoftBitmap* CreateBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Palette* palette
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ CreateBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 stride,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Palette^ palette
); override
Parameters
- width
- Ширина.
- height
- Высота.
- stride
- Шаг.
- resolution
- Разрешение.
- pixelFormat
- Формат пикселей.
- palette
- Палитра.
Return Value
Новый объект растрового изображения.