Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / PointerSize Structure / Implicit Type Conversion Operator / Implicit Type Conversion(PointerSize,Void) Operator
The value.

In This Topic
    Implicit Type Conversion(PointerSize,Void) Operator
    In This Topic
    Performs an implicit conversion from void* to PointerSize.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.Void _
    ) As PointerSize
    public PointerSize operator implicit( 
       System.Void* value
    )

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also