The XDeviceCaps type exposes the following members.

Constructors

  NameDescription
XDeviceCaps

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
FromDevice
Gets the device device capabilities.
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ToString
Converts the object value to the text string.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Caps
Hardware device capabilites, accessible through the DirectX.
MaxMagFilter
The best magnifying filter the device supports. TextureFilter
MaxMinFilter
The best shrink filter the device supports. TextureFilter
MaxMipFilter
The best mipmap filter the device supports. TextureFilter
RasterCaps
Raster drawing capabilities information.
TextureCaps
Various instances of the texture mapping capabilities.
TextureFilterCaps
Texture filtering capabilities information. FilterCaps
TextureOperationCaps
Describes the texture operations supported by the device. TextureOperationCaps

See Also