ComponentOne Bitmap for UWP
SetPredication Method

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

Reference

DeviceContext Class
DeviceContext Members