Auxiliary class for drawing in xor mode

The following tables list the members exposed by the PenXorDrawing type.

Name Description
Public method Static DrawXORCircle
Public method Static DrawXORLine Draws a line in a xor mode on the specified window unit
Public method Static DrawXORLines Draws lines in a xor mode on the specified window unit
Public method Static DrawXORRectangle Draws a rectangle in a xor mode on the specified window unit
Public method Static DrawXORRectangles Draws two rectangles in a xor mode on the specified window unit
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top