RectangleF Operators and Type Conversions |
The RectangleF type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(RectangleF, PointF) |
Adds the offset to the specified rectangle, moving its location
|
![]() ![]() | Addition(RectangleF, SizeF) |
Adds the offset to the specified rectangle, moving its location
|
![]() ![]() | Division(RectangleF, SizeF) |
Divides the specified rectangle by the Width and Height of size |
![]() ![]() | Division(RectangleF, Single) |
Divides all X, Y, Width, Height components of the rectangle by a factor factor
|
![]() ![]() | Equality |
Compares two rectangles for equality
|
![]() ![]() | (Rectangle to RectangleF) |
Implicit conversion from a Rectangle to a RectangleF |
![]() ![]() | Inequality |
Compares two rectangles for inequality
|
![]() ![]() | Multiply(RectangleF, SizeF) |
Multiplies the specified rectangle by the Width and Height of size |
![]() ![]() | Multiply(RectangleF, Single) |
Multiplies all X, Y, Width, Height components of the rectangle by a factor |
![]() ![]() | Subtraction(RectangleF, PointF) |
Subtracts the offset from the specified rectangle, moving its location
|
![]() ![]() | Subtraction(RectangleF, SizeF) |
Subtracts the offset from the specified rectangle, moving its location
|