ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Texture2D Class / Create Method / Create(Device,Texture2DDescription) Method
The device with which to associate the texture.
The description of the texture.

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

    Parameters

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