GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / AddPoint Method / AddPoint(PointF) Method
A PointF in document coordinates
In This Topic
    AddPoint(PointF) Method
    In This Topic
    Add another point to the end of this polygon's curve.
    Syntax
    public virtual int AddPoint( 
       PointF p
    )

    Parameters

    p
    A PointF in document coordinates

    Return Value

    the zero-based index of the point that was added
    See Also