Click or drag to resize

RectangleFImplicit Conversion Operators

Overload List
  NameDescription
Public operatorStatic memberImplicit(Rectangle to RectangleF)
Converts the specified System.Drawing.Rectangle structure to a System.Drawing.RectangleF structure.
Public operatorStatic memberImplicit(RectangleF to RectangleF)
Copies the specified System.Drawing.RectangleF structure to a System.Drawing.RectangleF structure.
Public operatorStatic memberImplicit(RectangleF to RectangleF)
Converts the specified RectangleF structure to a RectangleF structure.
Public operatorStatic memberImplicit(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