Converts this object to another type via an explicit cast.
Syntax

[C#]

static Point operator explicit (Size size);

[Visual Basic]

Shared Function Operator Explicit (size As Size) As Point
Params
Name Description
size The size to convert.
Notes

None.

Example

None.