explicit operator Operator
explicit operator RectL(ImageRect)
Declaration
public static explicit operator RectL(ImageRect value)
Public Shared Narrowing Operator CType(value As ImageRect) As RectL
Parameters
Returns
explicit operator ImageRect(RectL)
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
explicit operator Int32Rect(ImageRect)
Declaration
public static explicit operator Int32Rect(ImageRect value)
Public Shared Narrowing Operator CType(value As ImageRect) As Int32Rect
Parameters
Returns
explicit operator ImageRect(Int32Rect)
Declaration
public static explicit operator ImageRect(Int32Rect rc)
Public Shared Narrowing Operator CType(rc As Int32Rect) As ImageRect
Parameters
Returns