Gets the current last point in the path, if any, otherwise, null.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
Nullable<Point> GetLastPoint () |
Visual Basic
Copy Code
|
|---|
Function GetLastPoint () As Nullable(Of Point) |
A Point object representing the last point in the path or null.
See Also