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

    Parameters

    value
    The SizeD to convert.

    Return Value

    The converted PointD.
    See Also