Click or drag to resize

Rectangle Constructor

Overload List
  NameDescription
Public methodRectangle(RectangleF)
Initializes a new instance of a Rectangle class with truncated values of the specified floating-point rectangle
Public methodRectangle(Size)
Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size
Public methodRectangle(Point, Point)
Initializes a new instance of the Rectangle class with two points
Public methodRectangle(Point, Size)
Initializes a new instance of the Rectangle class with the specified location and size
Public methodRectangle(Int32, Int32, Int32, Int32)
Initializes a new instance of the Rectangle class with the specified x, y, width, and height
Top
See Also