The offset to the center of the bottom edge of the rectangle described by
the given offset (which is interpreted as the top-left corner) and this
size.
The offset to the intersection of the bottom and left edges of the
rectangle described by the given offset (which is interpreted as the
top-left corner) and this size.
The offset to the intersection of the bottom and right edges of the
rectangle described by the given offset (which is interpreted as the
top-left corner) and this size.
The offset to the point halfway between the left and right and the top and
bottom edges of the rectangle described by the given offset (which is
interpreted as the top-left corner) and this size.
Whether the point specified by the given offset (which is assumed to be
relative to the top left of the size) lies between the left and right and
the top and bottom edges of a rectangle of this size.
The offset to the intersection of the top and left edges of the rectangle
described by the given Offset (which is interpreted as the top-left corner)
and this Size.
The offset to the intersection of the top and right edges of the rectangle
described by the given offset (which is interpreted as the top-left corner)
and this size.
Less-than operator. Compares an Offset or Size to another Offset or
Size, and returns true if both the horizontal and vertical values of the
left-hand-side operand are smaller than the horizontal and vertical values
of the right-hand-side operand respectively. Returns false otherwise.
Less-than-or-equal-to operator. Compares an Offset or Size to another
Offset or Size, and returns true if both the horizontal and vertical
values of the left-hand-side operand are smaller than or equal to the
horizontal and vertical values of the right-hand-side operand
respectively. Returns false otherwise.
Greater-than operator. Compares an Offset or Size to another Offset
or Size, and returns true if both the horizontal and vertical values of
the left-hand-side operand are bigger than the horizontal and vertical
values of the right-hand-side operand respectively. Returns false
otherwise.
Greater-than-or-equal-to operator. Compares an Offset or Size to
another Offset or Size, and returns true if both the horizontal and
vertical values of the left-hand-side operand are bigger than or equal to
the horizontal and vertical values of the right-hand-side operand
respectively. Returns false otherwise.