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