RectangleF.op_Implicit
RectangleF Implicit operator
Converts the specified Rectangle
structure to a RectangleF
structure.
public static implicit operator RectangleF(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | 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 Aspose.Imaging
- assembly Aspose.Imaging