GraphicsDrawPath Method (Pen, IGraphicsPath) |
Draws the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawPath(
Pen pen,
IGraphicsPath path
)
Public Sub DrawPath (
pen As Pen,
path As IGraphicsPath
)
member 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