Click or drag to resize

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
)

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