op_Implicit

RectangleF Implicit operator

Converts the specified Rectangle structure to a RectangleF structure.

public static implicit operator RectangleF(Rectangle rect)
ParameterTypeDescription
rectRectangleThe Rectangle structure to convert.

Return Value

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

See Also