Point.Ceiling

Point.Ceiling method

Converts a PointF to a Point by performing a ceiling operation on all the coordinates.

public static Point Ceiling(PointF value)
ParameterTypeDescription
valuePointFThe PointF to ceiling.

Return Value

The Point that is the result of the ceiling operation.

See Also