GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTrapezoid Class / SetPoints Method
an array of PointF of length 4
In This Topic
    SetPoints Method (GoTrapezoid)
    In This Topic
    Reset all of the trapezoid's points.
    Syntax
    public virtual void SetPoints( 
       PointF[] points
    )

    Parameters

    points
    an array of PointF of length 4
    Remarks
    The first element of the array corresponds to point A, the second to point B, the third to C, and the fourth to D.
    See Also