Point.Ceiling

Point.Ceiling method

Converts the specified PointF to a Point by rounding the values of the PointF to the next higher integer values.

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

Return Value

The Point this method converts to.

See Also