XRect Operators and Type ConversionsTerminal Works - PDF Printing.Net Library

The XRect type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Translates the rectangle by adding the specified point.
Public operatorStatic memberEquality
Determines whether the two rectangles are equal.
Public operatorStatic member(Rectangle to XRect)
Performs an implicit conversion from a System.Drawing.Rectangle to an XRect.
Public operatorStatic member(RectangleF to XRect)
Performs an implicit conversion from a System.Drawing.RectangleF to an XRect.
Public operatorStatic memberInequality
Determines whether the two rectangles are not equal.
Public operatorStatic memberSubtraction
Translates the rectangle by subtracting the specified point.
Top
See Also

Reference