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

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

    Parameters

    nativePointer
    See Also