[]
Create an instance of Rectangle.
public Rectangle()
Public Sub New()
Create an instance of Rectangle.
public Rectangle(string value)
Public Sub New(value As String)
| Type | Name | Description |
|---|---|---|
| string | value |
Create an instance of Rectangle.
public Rectangle(string value, double width, double height)
Public Sub New(value As String, width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| string | value | |
| double | width | |
| double | height |