GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DrawXorLine Method
In This Topic
    DrawXorLine Method
    In This Topic
    Draw a line on the screen in XOR mode.
    Syntax
    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