[]
Create an instance of Rectangle.
public Rectangle()
Create an instance of Rectangle.
public Rectangle(string value)
| Type | Name | Description |
|---|---|---|
| string | value |
Create an instance of Rectangle.
public Rectangle(string value, double width, double height)
| Type | Name | Description |
|---|---|---|
| string | value | |
| double | width | |
| double | height |