Click or drag to resize

Bitmap Constructor (Int32, Int32, PixelFormat)

Initializes a new instance of a Bitmap with the specified size and format

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Bitmap(
	int width,
	int height,
	PixelFormat pixelFormat
)

Parameters

width
Type: SystemInt32
Width of the new bitmap
height
Type: SystemInt32
Height of the new bitmap
pixelFormat
Type: Eto.DrawingPixelFormat
Format of each pixel
See Also