GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / AddPoint Method / AddPoint(Single,Single) Method
In This Topic
    AddPoint(Single,Single) Method
    In This Topic
    This method is just a convenience overload of AddPoint(PointF).
    Syntax
    public int AddPoint( 
       float x,
       float y
    )

    Parameters

    x
    y

    Return Value

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