ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / GetPredication Method

In This Topic
    GetPredication Method
    In This Topic
    void ID3D11DeviceContext::GetPredication([Out, Optional] ID3D11Predicate** ppPredicate,[Out, Optional] BOOL* pPredicateValue)
    Syntax
    'Declaration
     
    Public Function GetPredication( _
       ByRef predicateValueRef As Bool _
    ) As Predicate
    public Predicate GetPredication( 
       out Bool predicateValueRef
    )

    Parameters

    predicateValueRef
    See Also