Overload List

  NameDescription
Public methodRectangleShape()()()()
Create a new rectangle with zero width and height.
Public methodRectangleShape(Double, Double)
Creates a new RectangleShape with given startpoint, width and height.
Public methodRectangleShape(Double, Double, Double, Double)
Creates a new RectangleShape with given startpoint, width and height.
Public methodRectangleShape(Double, Double, Double, Double, Pen)
Creates a new RectangleShape with given startpoint, width, height and pen.
Public methodRectangleShape(Double, Double, Double, Double, Pen, Brush)
Creates a new RectangleShape with given startpoint, width, height, pen and brush.

See Also