GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ DrawXorRectangle Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DrawXorRectangle Method
In This Topic
Draw a rectangle on the screen in XOR mode.
Syntax
C#
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
Reference
GoView Class
GoView Members