[]
        
(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)
Public Shared Narrowing Operator CType(value As ImageRect) As RectL
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)
Public Shared Narrowing Operator CType(rc As RectL) As ImageRect
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)
Public Shared Narrowing Operator CType(value As ImageRect) As Int32Rect
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)
Public Shared Narrowing Operator CType(rc As Int32Rect) As ImageRect
Parameters
Type Name Description
Int32Rect rc
Returns
Type Description
ImageRect