Point.op_Implicit

Point Implicit operator

Converts the specified Point structure to a PointF structure.

public static implicit operator PointF(Point p)
ParameterTypeDescription
pPointThe Point to be converted.

Return Value

The PointF that results from the conversion.

See Also