BitmapIHandlerCreate Method (Int32, Int32, PixelFormat) |
Creates a new bitmap in-memory with the specified format
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
int width,
int height,
PixelFormat pixelFormat
)
Sub Create (
width As Integer,
height As Integer,
pixelFormat As PixelFormat
)
abstract Create :
width : int *
height : int *
pixelFormat : PixelFormat -> unit
Parameters
- width
- Type: SystemInt32
Initial width of the bitmap - height
- Type: SystemInt32
Initial height of the bitmap - pixelFormat
- Type: Eto.DrawingPixelFormat
Format of each of the pixels in the bitmap
See Also