Compartir a través de


Caps Members

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

The following tables list the members exposed by the Caps type.

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. (inherited from ValueType)
Public method Supported by the .NET Compact Framework GetHashCode  Returns the hash code for this instance. (inherited from ValueType)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Supported 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)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

Caps Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Direct3D Programming