[]
Initializes a new instance of the RectF struct.
public RectF(float width, float height)
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)
Type | Name | Description |
---|---|---|
float | x | |
float | y | |
float | width | |
float | height |
Initializes a new instance of the RectF struct.
public RectF(RectangleF rc)
Type | Name | Description |
---|---|---|
RectangleF | rc |
Initializes a new instance of the RectF struct.
public RectF(Rect rc)
Type | Name | Description |
---|---|---|
Rect | rc |
Initializes a new instance of the RectF struct.
public RectF(RectD rc)
Type | Name | Description |
---|---|---|
RectD | rc |