C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OffsetsI Structure / Ceiling Method
The OffsetsD structure to be converted.

In This Topic
Ceiling Method (OffsetsI)
In This Topic
Converts the specified OffsetsD structure to an OffsetsI by rounding the OffsetsD's double values to the next higher integer values.
Syntax
'Declaration
 
Public Shared Function Ceiling( _
   ByVal value As OffsetsD _
) As OffsetsI
 

Parameters

value
The OffsetsD structure to be converted.

Return Value

The converted OffsetsI structure.
See Also