GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / SetPoints Method
A PointF array whose points are in document coordinates
In This Topic
    SetPoints Method (GoPolygon)
    In This Topic
    Replace all of the points for this polygon.
    Syntax
    public virtual void SetPoints( 
       PointF[] points
    )

    Parameters

    points
    A PointF array whose points are in document coordinates
    Remarks
    Afterwards, PointsCount should equal the length of the points array.
    See Also