[]
        
(Showing Draft Content)

C1.WPF.Bitmap.ImageRect.op_Explicit

explicit operator Operator

explicit operator RectL(ImageRect)

Performs an explicit conversion from ImageRect to RectL.

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

explicit operator ImageRect(RectL)

Performs an explicit conversion from RectL to ImageRect.

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

explicit operator Int32Rect(ImageRect)

Performs an explicit conversion from ImageRect to Int32Rect.

Declaration
public static explicit operator Int32Rect(ImageRect value)
Parameters
Type Name Description
ImageRect value
Returns
Type Description
Int32Rect

explicit operator ImageRect(Int32Rect)

Performs an explicit conversion from Int32Rect to ImageRect.

Declaration
public static explicit operator ImageRect(Int32Rect rc)
Parameters
Type Name Description
Int32Rect rc
Returns
Type Description
ImageRect