GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / SetPoint Method
the zero-based index
A PointF in document coordinates
In This Topic
    SetPoint Method (GoPolygon)
    In This Topic
    Replace the point at a particular index;
    Syntax
    public virtual void SetPoint( 
       int i,
       PointF p
    )

    Parameters

    i
    the zero-based index
    p
    A PointF in document coordinates
    Remarks
    This method throws an exception if i is out of bounds.
    See Also