[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.BlendState1.Create

Create Method

Create(Device1, BlendStateDescription1)

Constructs a new BlendState1 based on the specified description.

Declaration
public static BlendState1 Create(Device1 device, BlendStateDescription1 description)
Public Shared Function Create(device As Device1, description As BlendStateDescription1) As BlendState1
Parameters
Type Name Description
Device1 device

The device with which to associate the state object.

BlendStateDescription1 description

The state description.

Returns
Type Description
BlendState1

The newly created object.