[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.Predicate

Class Predicate

Namespace
GrapeCity.Documents.DX.Direct3D11
Assembly
GcDocs.DX.Windows.dll

ID3D11Predicate

[Guid("9eb576dd-9f77-4d86-81aa-8bab5fe490e2")]
public class Predicate : Query, IDisposable, IUnknown
Inheritance
Predicate
Implements
Inherited Members

Constructors

Predicate(IntPtr)

Initializes a new instance of the Predicate class.

public Predicate(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Methods

Create(Device, QueryDescription)

Constructs a new Predicate based on the specified description.

public static Predicate Create(Device device, QueryDescription description)

Parameters

device Device

The device with which to associate the state object.

description QueryDescription

The query description.

Returns

Predicate

Operators

explicit operator Predicate(IntPtr)

Performs an explicit conversion from IntPtr to Predicate.

public static explicit operator Predicate(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

Predicate