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

In This Topic
    GetBlendState(ColorF,Int32) Method
    In This Topic
    Get the {{blend state}} of the output-merger stage.
    Syntax
    'Declaration
     
    Public Overloads Function GetBlendState( _
       ByRef blendFactor As ColorF, _
       ByRef sampleMaskRef As Integer _
    ) As BlendState
    public BlendState GetBlendState( 
       out ColorF blendFactor,
       out int sampleMaskRef
    )

    Parameters

    blendFactor
    sampleMaskRef
    See Also