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
)
Public Sub New (
handler As GraphicsIHandler
)
new :
handler : GraphicsIHandler -> Graphics
Parameters
- handler
- Type: Eto.DrawingGraphicsIHandler
Platform handler to use for this instance
See Also