ComponentOne Bitmap for UWP
Create Method (Predicate)

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Predicate Class : Create Method
The device with which to associate the state object.
The query description.
Constructs a new Predicate based on the specified description.
Syntax
'Declaration
 
Public Shared Shadows Function Create( _
   ByVal device As Device, _
   ByVal description As QueryDescription _
) As Predicate
public new static Predicate Create( 
   Device device,
   QueryDescription description
)

Parameters

device
The device with which to associate the state object.
description
The query description.
See Also

Reference

Predicate Class
Predicate Members