RectangleF Operators and Type Conversions | 
The RectangleF type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality | 
            Tests whether two System.Drawing.RectangleF structures have equal location
                and size.
              | |
| (Rectangle to RectangleF) | 
            Converts the specified System.Drawing.Rectangle structure to a System.Drawing.RectangleF
                structure.
              | |
| (RectangleF to RectangleF) | 
            Copies the specified System.Drawing.RectangleF structure to a System.Drawing.RectangleF
                structure.
              | |
| (RectangleF to RectangleF) | 
            Converts the specified RectangleF structure to a RectangleF structure.
              | |
| (RectangleF to Rectangle) | 
            Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
              | |
| Inequality | 
            Tests whether two System.Drawing.RectangleF structures differ in location
                or size.
              |