[]
        
(Showing Draft Content)

C1.Util.DX.RectL.op_Explicit

explicit operator Operator

explicit operator Rectangle(RectL)

Performs an explicit conversion from RectL to Rectangle.

Declaration
public static explicit operator Rectangle(RectL value)
Parameters
Type Name Description
RectL value
Returns
Type Description
Rectangle

explicit operator RectL(Rectangle)

Performs an explicit conversion from Rectangle to RectL.

Declaration
public static explicit operator RectL(Rectangle rc)
Parameters
Type Name Description
Rectangle rc
Returns
Type Description
RectL