ComponentOne Bitmap for UWP
CreateBlendState1 Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device1 Class : CreateBlendState1 Method
HRESULT ID3D11Device1::CreateBlendState1([In] const D3D11_BLEND_DESC1* pBlendStateDesc,[Out, Fast] ID3D11BlendState1** ppBlendState)
Syntax
'Declaration
 
Public Function CreateBlendState1( _
   ByRef blendStateDescRef As BlendStateDescription1 _
) As BlendState1
public BlendState1 CreateBlendState1( 
   ref BlendStateDescription1 blendStateDescRef
)

Parameters

blendStateDescRef
See Also

Reference

Device1 Class
Device1 Members