GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / SetPoint Method / SetPoint(Int32,Single,Single) Method
the zero-based index
In This Topic
    SetPoint(Int32,Single,Single) Method
    In This Topic
    Replace the point at a particular index;
    Syntax
    public void SetPoint( 
       int i,
       float x,
       float y
    )

    Parameters

    i
    the zero-based index
    x
    y
    Remarks
    This method throws an exception if i is out of bounds.
    See Also