ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device1 Class / CreateBlendState1 Method

In This Topic
    CreateBlendState1 Method
    In This Topic
    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