[]
        
(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
object
Predicate
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Predicate(IntPtr)

Initializes a new instance of the Predicate class.

public Predicate(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr to Predicate.

public static explicit operator Predicate(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Predicate