[]
        
(Showing Draft Content)

C1.Util.DX.RectD.op_Explicit

explicit operator Operator

explicit operator Rect(RectD)

Performs an explicit conversion from RectD to System.Windows.Rect.

Declaration
public static explicit operator Rect(RectD value)
Parameters
Type Name Description
RectD value
Returns
Type Description
Rect

explicit operator RectD(Rect)

Performs an explicit conversion from System.Windows.Rect to RectD.

Declaration
public static explicit operator RectD(Rect rc)
Parameters
Type Name Description
Rect rc
Returns
Type Description
RectD