ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D9 Namespace / Texture Class / Create Method / Create(Device,Int32,Int32,Int32,Usage,Format,Pool) Method

In This Topic
    Create(Device,Int32,Int32,Int32,Usage,Format,Pool) Method
    In This Topic
    Initializes a new instance of the Texture class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal device As Device, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal levelCount As Integer, _
       ByVal usage As Usage, _
       ByVal format As Format, _
       ByVal pool As Pool _
    ) As Texture
    public static Texture Create( 
       Device device,
       int width,
       int height,
       int levelCount,
       Usage usage,
       Format format,
       Pool pool
    )

    Parameters

    device
    width
    height
    levelCount
    usage
    format
    pool
    See Also