Point.op_Implicit

Point Implicit operator

Converts the specified Point structure to the PointF structure.

public static implicit operator PointF(Point point)
ParameterTypeDescription
pointPointThe Point to be converted.

Return Value

The PointF that results from the conversion.

See Also