ComponentOne Bitmap for UWP
Create Method (DepthStencilState)

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DepthStencilState Class : Create Method
The device with which to associate the state object.
The state description.
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

Reference

DepthStencilState Class
DepthStencilState Members