GraphicsDrawPath Method (Color, IGraphicsPath) |
Draws a 1 pixel outline of the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawPath(
Color color,
IGraphicsPath path
)
Public Sub DrawPath (
color As Color,
path As IGraphicsPath
)
member DrawPath :
color : Color *
path : IGraphicsPath -> unit
Parameters
- color
- Type: Eto.DrawingColor
Draw color - path
- Type: Eto.DrawingIGraphicsPath
Path to draw
See Also