explicit operator Operator
explicit operator Point(Size)
Declaration
public static explicit operator Point(Size value)
Public Shared Narrowing Operator CType(value As Size) As Point
Parameters
| Type |
Name |
Description |
| Size |
value |
The Size to convert.
|
Returns