Click or drag to resize

BitmapIHandlerCreate Method (Int32, Int32, Graphics)

Creates a new bitmap optimized for drawing on the specified graphics

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create(
	int width,
	int height,
	Graphics graphics
)

Parameters

width
Type: SystemInt32
Width of the bitmap
height
Type: SystemInt32
Height of the bitmap
graphics
Type: Eto.DrawingGraphics
Graphics context the bitmap is intended to be drawn on
See Also