Click or drag to resize

IGraphicsPathCurrentPoint Property

Gets the current point

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
PointF CurrentPoint { get; }

Property Value

Type: PointF
The current point
Remarks
If the current figure in the path is not closed, and StartFigure is not called, the next segment will be connected from this point to its start point.
See Also