GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / FlipVertical Method / FlipVertical(Single) Method
The y value to flip about.
In This Topic
    FlipVertical(Single) Method
    In This Topic
    Vertically flips this GoDrawing about a given line.
    Syntax
    public void FlipVertical( 
       float line
    )

    Parameters

    line
    The y value to flip about.
    See Also