Explicit Type Conversion Operator (SizeD)
In This Topic
Converts a
SizeD to a
PointD.
Syntax
'Declaration
Public Operator Narrowing CType( _
ByVal As SizeD _
) As PointD
public PointD operator explicit(
SizeD
)
Parameters
- value
- The SizeD to convert.
Return Value
See Also