ComponentOne Bitmap for UWP
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.

In This Topic
    Create Method (Predicate)
    In This Topic
    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