RectangleF.op_Implicit

RectangleF Implicit operator

Converts the specified Rectangle structure to a RectangleF structure.

public static implicit operator RectangleF(Rectangle r)
ParameterTypeDescription
rRectangleThe Rectangle structure to convert.

Return Value

The RectangleF structure that is converted from the specified Rectangle structure.

See Also