GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertCurveFrom Method / InsertCurveFrom(Int32,Single,Single,Single,Single,Single,Single) Method
In This Topic
    InsertCurveFrom(Int32,Single,Single,Single,Single,Single,Single) Method
    In This Topic
    Insert a Bezier curve segment into this shape that will end at the given index.
    Syntax
    public void InsertCurveFrom( 
       int i,
       float c1x,
       float c1y,
       float c2x,
       float c2y,
       float x,
       float y
    )

    Parameters

    i
    c1x
    c1y
    c2x
    c2y
    x
    y
    Remarks
    See Also