ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreateBlendState Method

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