ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / GetBlendState Method / GetBlendState(BlendState,ColorF,Int32) Method

In This Topic
    GetBlendState(BlendState,ColorF,Int32) Method
    In This Topic
    void ID3D11DeviceContext::OMGetBlendState([Out, Optional] ID3D11BlendState** ppBlendState,[Out, Optional] SHARPDX_COLOR4* BlendFactor,[Out, Optional] unsigned int* pSampleMask)
    Syntax
    'Declaration
     
    Public Overloads Sub GetBlendState( _
       ByRef blendStateOut As BlendState, _
       ByRef blendFactor As ColorF, _
       ByRef sampleMaskRef As Integer _
    ) 
    public void GetBlendState( 
       out BlendState blendStateOut,
       out ColorF blendFactor,
       out int sampleMaskRef
    )

    Parameters

    blendStateOut
    blendFactor
    sampleMaskRef
    See Also