PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public static OffsetsI Ceiling( 
       OffsetsD value
    )

    Parameters

    value
    The OffsetsD structure to be converted.

    Return Value

    The converted OffsetsI structure.
    See Also