Table of Contents

Operator implicit operator

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

implicit operator PointF(Point)

Converts the specified Point structure to the PointF structure.

public static implicit operator PointF(Point point)

Parameters

point Point

The Point to be converted.

Returns

PointF

The PointF that results from the conversion.