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