GraphicsPathCurrentPoint Property |
Gets the current point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF CurrentPoint { get; }
Public ReadOnly Property CurrentPoint As PointF
Get
abstract CurrentPoint : PointF with get
override CurrentPoint : PointF with get
Property Value
Type:
PointFThe current point
Implements
IGraphicsPathCurrentPointRemarks
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