Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PointD Structure / Ceiling Method

In This Topic
    Ceiling Method (PointD)
    In This Topic
    Converts the current PointD 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 System.Drawing.Point structure this method converts to.
    See Also