ComponentOne Bitmap for UWP
Create Method (Query)

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

Parameters

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

Reference

Query Class
Query Members