Method Ceiling
Ceiling(RectangleF)
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
public static Rectangle Ceiling(RectangleF value)
Parameters
value
RectangleFThe RectangleF structure to be converted.