GraphicsPath Constructor (IGraphicsPath) |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public GraphicsPath(
IGraphicsPath handler
)
Public Sub New (
handler As IGraphicsPath
)
new :
handler : IGraphicsPath -> GraphicsPath
Parameters
- handler
- Type: Eto.DrawingIGraphicsPath
Handler for the graphics path
See Also