ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Buffer Class / Create Method / Create(Device,IntPtr,BufferDescription) Method
The device with which to associate the buffer.
The data pointer.
The description of the buffer.

In This Topic
    Create(Device,IntPtr,BufferDescription) Method
    In This Topic
    Initializes a new instance of the Buffer class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal device As Device, _
       ByVal dataPointer As System.IntPtr, _
       ByVal description As BufferDescription _
    ) As Buffer
    public static Buffer Create( 
       Device device,
       System.IntPtr dataPointer,
       BufferDescription description
    )

    Parameters

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