[]
Initializes a new instance of the RectD struct.
public RectD(double width, double height)
Public Sub New(width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| double | width | |
| double | height |
Initializes a new instance of the RectD struct.
public RectD(double x, double y, double width, double height)
Public Sub New(x As Double, y As Double, width As Double, height As Double)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | width | |
| double | height |
Initializes a new instance of the RectD struct.
public RectD(RectangleF rc)
Public Sub New(rc As RectangleF)
| Type | Name | Description |
|---|---|---|
| RectangleF | rc |
Initializes a new instance of the RectD struct.
public RectD(Rect rc)
Public Sub New(rc As Rect)
| Type | Name | Description |
|---|---|---|
| Rect | rc |
Initializes a new instance of the RectD struct.
public RectD(RectF rc)
Public Sub New(rc As RectF)
| Type | Name | Description |
|---|---|---|
| RectF | rc |