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

In This Topic
    SetPredication Method
    In This Topic
    void ID3D11DeviceContext::SetPredication([In, Optional] ID3D11Predicate* pPredicate,[In] BOOL PredicateValue)
    Syntax
    'Declaration
     
    Public Sub SetPredication( _
       ByVal predicateRef As Predicate, _
       ByVal predicateValue As Bool _
    ) 
    public void SetPredication( 
       Predicate predicateRef,
       Bool predicateValue
    )

    Parameters

    predicateRef
    predicateValue
    See Also