explicit operator Operator
explicit operator Rect(RectD)
Performs an explicit conversion from RectD to C1.Win.Interop.Rect.
Declaration
public static explicit operator Rect(RectD value)
Public Shared Narrowing Operator CType(value As RectD) As Rect
Parameters
| Type |
Name |
Description |
| RectD |
value |
|
Returns
explicit operator RectD(Rect)
Performs an explicit conversion from C1.Win.Interop.Rect to RectD.
Declaration
public static explicit operator RectD(Rect rc)
Public Shared Narrowing Operator CType(rc As Rect) As RectD
Parameters
| Type |
Name |
Description |
| Rect |
rc |
|
Returns