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