Define a RectF. This structure is slightly different from System.Drawing.RectangleF as it is internally storing Left, Top, Right, Bottom instead of Left, Top, Width, Height. Although automatic casting from and to System.Drawing.RectangleF is provided by this class.