'Declaration Public Overloads Overridable Function CreateBitmap( _
ByVal widthThe width.As System.Int32, _
ByVal heightThe height.As System.Int32, _
ByVal strideThe stride.As System.Int32, _
ByVal resolutionThe resolution.As Vintasoft.Imaging.Resolution, _
ByVal pixelFormatThe pixel format.As Vintasoft.Imaging.PixelFormat, _
ByVal paletteThe palette.As Vintasoft.Imaging.Palette _
) As Vintasoft.Imaging.VintasoftBitmap
public virtual 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: virtual 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:
virtual 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
)
Parameters
- width
- The width.
- height
- The height.
- stride
- The stride.
- resolution
- The resolution.
- pixelFormat
- The pixel format.
- palette
- The palette.
Return Value
A new bitmap object.