InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Interop Namespace / Point Structure / Ceiling Method

In This Topic
    Ceiling Method (Point)
    In This Topic
    Converts the current Point structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values.
    Syntax
    'Declaration
     
    Public Function Ceiling() As Point
    public Point Ceiling()

    Return Value

    The Point structure this method converts to.
    See Also