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

[C#]

static Size Ceiling(SizeF sz);

[Visual Basic]

Shared Function Ceiling(sz As SizeF) As Size
Params
Name Description
sz The SizeF.
return The new resultant size.
Notes

None.

Example

None.