GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DrawXorRectangle Method
In This Topic
    DrawXorRectangle Method
    In This Topic
    Draw a rectangle on the screen in XOR mode.
    Syntax
    public void DrawXorRectangle( 
       Rectangle rect
    )

    Parameters

    rect
    Remarks
    The parameter is in view coordinates. You should call this method twice for each set of rectangular coordinates-- once to draw the rectangle and once to restore the original screen image.
    See Also