Overload | Description |
---|---|
ObjectRect Constructor() | Initializes a new instance of the ObjectRect class. |
ObjectRect Constructor(ObjectRect) | Initializes a new instance of the ObjectRect class from another instance of ObjectRect. |
ObjectRect Constructor(RectangleF) | Initializes a new instance of the ObjectRect class from a System.Drawing.RectangleF. |
ObjectRect Constructor(PointF,SizeF) | Initializes a new instance of the ObjectRect class with the specified location and size. |
ObjectRect Constructor(Single,Single,Single,Single) | Initializes a new instance of the ObjectRect class with the specified coordinates and size. |