Click or drag to resize

Rect2d Operators

The Rect2d type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Rect2d, Point2d)
Shifts rectangle by a certain offset
Public operatorStatic memberAddition(Rect2d, Size2d)
Expands or shrinks rectangle by a certain amount
Public operatorStatic memberBitwiseAnd
Determines the Rect2d structure that represents the intersection of two rectangles.
Public operatorStatic memberBitwiseOr
Gets a Rect2d structure that contains the union of two Rect2d structures.
Public operatorStatic memberEquality
Compares two Rect2d objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two Rect2d objects. The result specifies whether the members of each object are unequal.
Public operatorStatic memberSubtraction(Rect2d, Point2d)
Shifts rectangle by a certain offset
Public operatorStatic memberSubtraction(Rect2d, Size2d)
Expands or shrinks rectangle by a certain amount
Top
See Also