GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / FlipHorizontal Method / FlipHorizontal() Method
In This Topic
    FlipHorizontal() Method
    In This Topic
    Horizontally flips this GoDrawing about its center.
    Syntax
    public void FlipHorizontal()
    Remarks
    This just calls FlipHorizontal(Single) with the horizontal center.
    See Also