GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ReversePaths Method
In This Topic
    ReversePaths Method
    In This Topic
    Reverse the order of actions and points in this shape.
    Syntax
    public void ReversePaths()
    Remarks
    The resulting shape may look the same, but may combine differently with other shapes due to a change in deciding whether an area is inside or outside of the shape.
    See Also