ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Adapter1 Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator (Adapter1)
    In This Topic
    Performs an explicit conversion from System.IntPtr to Adapter1.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal nativePointer As IntPtr _
    ) As Adapter1
    public Adapter1 operator explicit( 
       IntPtr nativePointer
    )

    Parameters

    nativePointer
    See Also