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

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

    Parameters

    nativePointer
    See Also