Converts the current SizeD structure to a Point by rounding the width and height to the next higher integer values.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Size Ceiling()
Visual Basic
Public Function Ceiling As Size

Return Value

The Size structure this method converts to.

See Also