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

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

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also