Click or drag to resize
RectangleF Constructor
Overload List
  NameDescription
Public methodRectangleF
Constructs a new rectangle without position or size.
Public methodRectangleF(Vector2F, Vector2F)
Constructs a new rectangle with the specified position and size.
Public methodRectangleF(Single, Single, Vector2F)
Constructs a new rectangle with the specified position and size.
Public methodRectangleF(Vector2F, Single, Single)
Constructs a new rectangle with the specified position and size.
Public methodRectangleF(Single, Single, Single, Single)
Constructs a new rectangle with the specified position and size.
Top
See Also