Overload List

  NameDescription
Public methodRectangle()()()
Create an empty rectangle at position (0,0).
Public methodRectangle(Rectangle)
Create a rectangle from a System.Drawing.RectangleF.
Public methodRectangle(RectangleF)
Create a rectangle from a System.Drawing.RectangleF.
Public methodRectangle(Rectangle)
Create a rectangle from a Rectangle.
Public methodRectangle(Rectangle, Transform)
Create a rectangle from an existing rectangle.
Public methodRectangle(Double, Double, Double, Double)
Create new rectangle at the given position and with the specified width and height.
Public methodRectangle(Double, Double, Double, Double, Transform)
Create a rectangle with the given position and size, and apply the given transformation to it.

See Also