Click or drag to resize

GraphicsPathCurrentPoint Property

Gets the current point

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

Property Value

Type: PointF
The current point

Implements

IGraphicsPathCurrentPoint
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