GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / GetPoint Method
the zero-based index
In This Topic
    GetPoint Method (GoPolygon)
    In This Topic
    Get the point at a particular index.
    Syntax
    public virtual PointF GetPoint( 
       int i
    )

    Parameters

    i
    the zero-based index

    Return Value

    A PointF in document coordinates
    Remarks
    This method throws an exception if i is out of bounds.
    See Also