System.Drawing.Rectangle.Ceiling C# (CSharp) Method

Ceiling() public static method

public static Ceiling ( System value ) : System.Drawing.Rectangle
value System
return System.Drawing.Rectangle
        public static System.Drawing.Rectangle Ceiling(System.Drawing.RectangleF value) { throw null; }
        public bool Contains(System.Drawing.Point pt) { throw null; }

Same methods

Rectangle::Ceiling ( RectangleF value ) : Rectangle