Click or drag to resize

GraphicsIHandlerCreateFromImage Method

Creates the graphics object for drawing on the specified image

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

Parameters

image
Type: Eto.DrawingBitmap
Image to perform drawing operations on
See Also