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