GraphicsIHandlerDrawPath Method |
Draws the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void DrawPath(
Pen pen,
IGraphicsPath path
)
Sub DrawPath (
pen As Pen,
path As IGraphicsPath
)
abstract DrawPath :
pen : Pen *
path : IGraphicsPath -> unit
Parameters
- pen
- Type: Eto.DrawingPen
Pen to outline the path - path
- Type: Eto.DrawingIGraphicsPath
Path to draw
See Also