ComponentOne Bitmap for UWP
Create Method (BlendState)

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > BlendState Class : Create Method
The device with which to associate the state object.
The state description.
Constructs a new BlendState based on the specified description.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal device As Device, _
   ByVal description As BlendStateDescription _
) As BlendState
public static BlendState Create( 
   Device device,
   BlendStateDescription description
)

Parameters

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

Return Value

The newly created object.
See Also

Reference

BlendState Class
BlendState Members