ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Texture3D Class / Create Method / Create(Device,Texture3DDescription) Method
The device with which to associate the texture.
The description of the texture.

In This Topic
    Create(Device,Texture3DDescription) Method
    In This Topic
    Initializes a new instance of the Texture3D class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal device As Device, _
       ByRef description As Texture3DDescription _
    ) As Texture3D
    public static Texture3D Create( 
       Device device,
       ref Texture3DDescription description
    )

    Parameters

    device
    The device with which to associate the texture.
    description
    The description of the texture.
    See Also