Click or drag to resize

Graphics Constructor (GraphicsIHandler)

Initializes a new instance of the Graphics class with the specified platform handler

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

Parameters

handler
Type: Eto.DrawingGraphicsIHandler
Platform handler to use for this instance
See Also