Click here to show toolbars of the Web Online Help System: show toolbars
 

Returns a new Rectangle copied from the supplied RectangleF. Coordinates will be rounded to the nearest larger integer.
Syntax

[C#]

static Rectangle Ceiling(RectangleF rect);

[Visual Basic]

Shared Function Ceiling(rect As RectangleF) As Rectangle
Params
Name Description
rect The RectangleF.
return The new resultant rectangle.
Notes

None.

Example

None.