ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreatePredicate Method

In This Topic
    CreatePredicate Method
    In This Topic
    HRESULT ID3D11Device::CreatePredicate([In] const D3D11_QUERY_DESC* pPredicateDesc,[Out, Fast] ID3D11Predicate** ppPredicate)
    Syntax
    'Declaration
     
    Public Function CreatePredicate( _
       ByVal predicateDescRef As QueryDescription _
    ) As Predicate
    public Predicate CreatePredicate( 
       QueryDescription predicateDescRef
    )

    Parameters

    predicateDescRef
    See Also