ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / ResourceView Class / ResourceView Constructor
The native pointer.

In This Topic
    ResourceView Constructor
    In This Topic
    Initializes a new instance of the ResourceView class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As System.IntPtr _
    )
    public ResourceView( 
       System.IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also