Click or drag to resize

Graphics Constructor (Bitmap)

Initializes a new instance of the Generator class to draw on the given image

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Graphics(
	Bitmap image
)

Parameters

image
Type: Eto.DrawingBitmap
Image to draw on using this graphics context
See Also