Truncate

Point.Truncate method

Converts the specified PointF to a Point by truncating the values of the Point.

public static Point Truncate(PointF point)
ParameterTypeDescription
pointPointFThe PointF to convert.

Return Value

The Point this method converts to.

See Also