| IGraphicsPathCurrentPoint Property  | 
 
            Gets the current point
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxPointF CurrentPoint { get; }ReadOnly Property CurrentPoint As PointF
	Get
abstract CurrentPoint : PointF with get
Property Value
Type: 
PointFThe current point
 Remarks
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
See Also