PDFReaderControls.NET Standard Class Reference

Utility.DrawXorRectangle Method 

XOR the outline of a rectangle on a Graphics object using a dotted pen.

public static void DrawXorRectangle(
   Graphics graphics,
   int X1,
   int Y1,
   int X2,
   int Y2
);

Parameters

graphics
Draw on this Graphics object.
X1
The horizontal position of one corner.
Y1
The vertical position of one corner.
X2
The horizontal position of the opposite corner.
Y2
The vertical position of the opposite corner.

See Also

Utility Class | TallComponents.PDF.ReaderControls Namespace