'Declaration Public Overloads Function CreateBitmap( _
ByVal widthThe width of bitmap.As Integer, _
ByVal heightThe height of bitmap.As Integer, _
ByVal resolutionThe resolution of bitmap.As Vintasoft.Imaging.Resolution, _
ByVal pixelFormatThe pixel format of bitmap.As Vintasoft.Imaging.PixelFormat, _
ByVal paletteThe palette of bitmap.As Vintasoft.Imaging.Palette _
) As Vintasoft.Imaging.VintasoftBitmap
public Vintasoft.Imaging.VintasoftBitmap CreateBitmap(
int width,
int height,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.PixelFormat pixelFormat,
Vintasoft.Imaging.Palette palette
)
Parameters
- width
- The width of bitmap.
- height
- The height of bitmap.
- resolution
- The resolution of bitmap.
- pixelFormat
- The pixel format of bitmap.
- palette
- The palette of bitmap.
Return Value
A new bitmap object.