Search
IGraphicsPath.GetLastPoint Method
See Also
 





Gets the current last point in the path, if any, otherwise, null.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Nullable<Point> GetLastPoint ()

Visual Basic  Copy Code

Function GetLastPoint () As Nullable(Of Point)

 Return Value

A Point object representing the last point in the path or null.

 See Also