[]
Converts a Rectangle to a RectangleD.
public static implicit operator RectangleD(Rectangle value)
Type | Name | Description |
---|---|---|
Rectangle | value | The Rectangle to convert. |
Type | Description |
---|---|
RectangleD | The converted RectangleD structure. |
Converts a RectangleF to a RectangleD.
public static implicit operator RectangleD(RectangleF value)
Type | Name | Description |
---|---|---|
RectangleF | value | The RectangleF to convert. |
Type | Description |
---|---|
RectangleD | The converted RectangleD structure. |