InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Size Structure / Ceiling Method

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

    Return Value

    The Size structure this method converts to.
    See Also