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

[C#]

static SizeF operator implicit (Size size);

[Visual Basic]

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

None.

Example

None.