Click or drag to resize
RectangleI Constructor
Overload List
  NameDescription
Public methodRectangleI(RectangleI)
Copy contructor.
Public methodRectangleI(Vector2I, Vector2I)
Constructs a new rectangle with the specified position and size.
Public methodRectangleI(Int32, Int32, Vector2I)
Constructs a new rectangle with the specified position and size.
Public methodRectangleI(Vector2I, Int32, Int32)
Constructs a new rectangle with the specified position and size.
Public methodRectangleI(Int32, Int32, Int32, Int32)
Constructs a new rectangle with the specified position and size.
Top
See Also