ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / RasterizerState Class / Create Method

In This Topic
    Create Method (RasterizerState)
    In This Topic
    Create a rasterizer state object that tells the rasterizer stage how to behave.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal device As Device, _
       ByVal description As RasterizerStateDescription _
    ) As RasterizerState
    public static RasterizerState Create( 
       Device device,
       RasterizerStateDescription description
    )

    Parameters

    device
    description
    See Also