C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / Texture2D Class / Texture2D Constructor
The native pointer.

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

Parameters

nativePtr
The native pointer.
See Also