RectangleF.op_Implicit
RectangleF Implicit operator
Converts the specified Rectangle structure to a RectangleF structure.
public static implicit operator RectangleF(Rectangle r)
Parameter | Type | Description |
---|---|---|
r | Rectangle | The Rectangle structure to convert. |
Return Value
The RectangleF structure that is converted from the specified Rectangle structure.
See Also
- struct Rectangle
- struct RectangleF
- namespace System.Drawing
- assembly Aspose.Drawing