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

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

    Parameters

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

    Return Value

    The newly created object.
    See Also