Click or drag to resize

RectangleF  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(Rectangle to RectangleF)
Converts the specified System.Drawing.Rectangle structure to a System.Drawing.RectangleF structure.
Public operatorStatic member(RectangleF to RectangleF)
Copies the specified System.Drawing.RectangleF structure to a System.Drawing.RectangleF structure.
Public operatorStatic member(RectangleF to RectangleF)
Converts the specified RectangleF structure to a RectangleF structure.
Public operatorStatic member(RectangleF to Rectangle)
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
Top
See Also