ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / GetLastPoint Method

In This Topic
    GetLastPoint Method
    In This Topic
    Gets the last point in the PathPoints array of this GraphicsPath.
    Syntax
    'Declaration
     
    Public Function GetLastPoint() As PointF
    public PointF GetLastPoint()

    Return Value

    A PointF that represents the last point in this GraphicsPath.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also