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