GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ DrawXorLine Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DrawXorLine Method
In This Topic
Draw a line on the screen in XOR mode.
Syntax
C#
public
void
DrawXorLine(
int
ax
,
int
ay
,
int
bx
,
int
by
)
Parameters
ax
ay
bx
by
Remarks
The parameters are all in view coordinates. You should call this method twice for each set of argument values-- once to draw the line and once to restore the original screen image.
See Also
Reference
GoView Class
GoView Members