ComponentOne Bitmap for UWP
CreatePredicate Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CreatePredicate Method
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

Reference

Device Class
Device Members