GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / ModifyEndPoints Method
In This Topic
    ModifyEndPoints Method
    In This Topic
    Modify only the end points of this stroke to match any new newFromPoint or newToPoint points; intermediate points are not changed.
    Syntax
    protected virtual bool ModifyEndPoints( 
       int startIndex,
       PointF newFromPoint,
       int endIndex,
       PointF newToPoint
    )

    Parameters

    startIndex
    newFromPoint
    endIndex
    newToPoint
    Remarks
    The startIndex point should be set to newFromPoint, and the endIndex point should be set to newToPoint, and the intermediate points should be not be changed unless needed to maintain orthogonality when Orthogonal is true.
    See Also