C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PointD Structure / Explicit Type Conversion Operator
The PointD to convert.

In This Topic
Explicit Type Conversion Operator (PointD)
In This Topic
Converts a PointD to a SizeD.
Syntax
'Declaration
 
Public Operator Narrowing CType( _
   ByVal value As PointD _
) As SizeD
 

Parameters

value
The PointD to convert.

Return Value

The converted SizeD.
See Also