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