C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / SizeD Structure / Ceiling Method

In This Topic
Ceiling Method (SizeD)
In This Topic
Converts the current SizeD structure to a System.Drawing.Point by rounding the width and height to the next higher integer values.
Syntax
'Declaration
 
Public Function Ceiling() As Size
 

Return Value

The System.Drawing.Size structure this method converts to.
See Also