Click or drag to resize

Bitmap.IHandler.Create 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: System.Int32
Width of the bitmap
height
Type: System.Int32
Height of the bitmap
graphics
Type: Eto.Drawing.Graphics
Graphics context the bitmap is intended to be drawn on
See Also