ComponentOne Bitmap for UWP
CreateBlendState Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CreateBlendState Method
HRESULT ID3D11Device::CreateBlendState([In] const D3D11_BLEND_DESC* pBlendStateDesc,[Out, Fast] ID3D11BlendState** ppBlendState)
Syntax
'Declaration
 
Public Function CreateBlendState( _
   ByRef blendStateDescRef As BlendStateDescription _
) As BlendState
public BlendState CreateBlendState( 
   ref BlendStateDescription blendStateDescRef
)

Parameters

blendStateDescRef
See Also

Reference

Device Class
Device Members