PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public SizeD operator explicit( 
       PointD value
    )

    Parameters

    value
    The PointD to convert.

    Return Value

    The converted SizeD.
    See Also