[]
Performs an explicit conversion from RectD to System.Windows.Rect.
public static explicit operator Rect(RectD value)
Type | Name | Description |
---|---|---|
RectD | value |
Type | Description |
---|---|
Rect |
Performs an explicit conversion from System.Windows.Rect to RectD.
public static explicit operator RectD(Rect rc)
Type | Name | Description |
---|---|---|
Rect | rc |
Type | Description |
---|---|
RectD |