Caps Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the capabilities of the hardware exposed through the Direct3D object.

The Caps type exposes the following members.

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected methodSupported by the .NET Compact Framework 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.)
Public methodSupported by the .NET Compact Framework GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework AdapterOrdinal Gets a number that represents the ordinal of the adapter on which the Device was created.
Public propertySupported by the .NET Compact Framework AlphaCompareCaps Gets all alpha-test comparison capabilities.
Public propertySupported by the .NET Compact Framework BlendOperationCaps Gets all blend operation capabilities.
Public propertySupported by the .NET Compact Framework DestinationBlendCaps Gets an object that indicates a device's destination blending capabilities.
Public propertySupported by the .NET Compact Framework DeviceCaps Gets device capabilities.
Public propertySupported by the .NET Compact Framework DeviceType Gets the type of resources used for processing vertices.
Public propertySupported by the .NET Compact Framework ExtentsAdjust Gets the number of pixels to adjust the extents rectangle outward to accommodate anti-aliasing kernels.
Public propertySupported by the .NET Compact Framework GuardBandBottom The screen-space coordinate of the bottom guard band clipping region.
Public propertySupported by the .NET Compact Framework GuardBandLeft The screen-space coordinate of the left guard band clipping region.
Public propertySupported by the .NET Compact Framework GuardBandRight The screen-space coordinate of the right guard-band clipping region.
Public propertySupported by the .NET Compact Framework GuardBandTop The screen-space coordinate of the top guard-band clipping region.
Public propertySupported by the .NET Compact Framework LineCaps Gets an object that defines the capabilities for line-drawing primitives.
Public propertySupported by the .NET Compact Framework MaxActiveLights Gets the maximum number of lights that can be active simultaneously.
Public propertySupported by the .NET Compact Framework MaxAnisotropy Gets the maximum valid value for anisotropic filtering.
Public propertySupported by the .NET Compact Framework MaxBackBuffer Gets the maximum number of supported back buffers. 
Public propertySupported by the .NET Compact Framework MaxPrimitiveCount Gets the maximum number of primitives for each DrawPrimitives call.
Public propertySupported by the .NET Compact Framework MaxSimultaneousTextures Gets the maximum number of textures that can simultaneously be bound to the texture-blending stages.
Public propertySupported by the .NET Compact Framework MaxTextureAspectRatio Gets the maximum texture aspect ratio supported by the hardware.
Public propertySupported by the .NET Compact Framework MaxTextureBlendStages Gets the maximum number of texture-blending stages supported.
Public propertySupported by the .NET Compact Framework MaxTextureHeight Gets the maximum texture height for the current device.
Public propertySupported by the .NET Compact Framework MaxTextureRepeat Gets the maximum range of the integer bits for post-normalized texture coordinates.
Public propertySupported by the .NET Compact Framework MaxTextureWidth Gets the maximum texture width for the current device.
Public propertySupported by the .NET Compact Framework MaxVertexIndex Gets the maximum size of indices supported for hardware vertex processing.
Public propertySupported by the .NET Compact Framework MaxVertexW Gets the maximum w-based depth value that a device supports.
Public propertySupported by the .NET Compact Framework PresentationIntervals Gets a set of values that represent the available presentation swap intervals.
Public propertySupported by the .NET Compact Framework PrimitiveMiscCaps Gets miscellaneous driver primitive capabilities.
Public propertySupported by the .NET Compact Framework RasterCaps Gets information about raster drawing capabilities.
Public propertySupported by the .NET Compact Framework ShadeCaps Gets shading operation capabilities.
Public propertySupported by the .NET Compact Framework SourceBlendCaps Gets the source-blending capabilities.
Public propertySupported by the .NET Compact Framework StencilCaps Gets the supported stencil buffer operations.
Public propertySupported by the .NET Compact Framework StencilComparisonCaps Gets the supported stencil buffer comparison operations.
Public propertySupported by the .NET Compact Framework StretchRectangleFilterCaps Gets a structure that describes the operations supported by the StretchRectangle method of a Device.
Public propertySupported by the .NET Compact Framework SurfaceCaps Gets the surface capabilities.
Public propertySupported by the .NET Compact Framework TextureAddressCaps Gets a structure that contains texture-addressing capabilities for Texture objects.
Public propertySupported by the .NET Compact Framework TextureCaps Gets a structure that contains miscellaneous texture-mapping capabilities.
Public propertySupported by the .NET Compact Framework TextureFilterCaps Gets a structure that contains texture-filtering capabilities for Texture objects.
Public propertySupported by the .NET Compact Framework TextureOperationCaps Gets a structure that describes supported texture operations.
Public propertySupported by the .NET Compact Framework VertexProcessingCaps Gets a structure that contains supported vertex processing capabilities.
Public propertySupported by the .NET Compact Framework ZCompareCaps Gets a structure that contains the supported z-buffer comparison capabilities.

Top

See Also

Reference

Caps Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace