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

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

Parameters

value
The SizeD to convert.

Return Value

The converted PointD.
See Also