Point.op_Implicit
Point Implicit operator
Converts the specified Point structure to a PointF structure.
public static implicit operator PointF(Point p)
Parameter | Type | Description |
---|---|---|
p | Point | The Point to be converted. |
Return Value
The PointF that results from the conversion.
See Also
- struct PointF
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common