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

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

    Parameters

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