Implicit Type Conversion(SizeD,Size) Operator
In This Topic
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Size _
) As SizeD
public SizeD operator implicit(
Size
)
Parameters
- value
- The System.Drawing.Size to convert.
Return Value
See Also