[]
        
(Showing Draft Content)

C1.Win.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 Rectangle(ImageRect)

Performs an explicit conversion from ImageRect to Rectangle.

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

explicit operator ImageRect(Rectangle)

Performs an explicit conversion from Rectangle to ImageRect.

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