ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DepthStencilState Class / Create Method
The device with which to associate the state object.
The state description.

In This Topic
    Create Method (DepthStencilState)
    In This Topic
    Constructs a new DepthStencilState based on the specified description.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal device As Device, _
       ByVal description As DepthStencilStateDescription _
    ) As DepthStencilState

    Parameters

    device
    The device with which to associate the state object.
    description
    The state description.
    See Also