ComponentOne Bitmap for WPF
Create(Device,BufferDescription) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct3D11 Namespace > Buffer Class > Create Method : Create(Device,BufferDescription) Method
The device with which to associate the buffer.
The description of the buffer.
Initializes a new instance of the Buffer class.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal description As BufferDescription _
) As Buffer
public static Buffer Create( 
   Device device,
   BufferDescription description
)

Parameters

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

Reference

Buffer Class
Buffer Members
Overload List