RasterCaps 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.]

Contains information about raster drawing capabilities.

The RasterCaps 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 StretchBltMultisample Implements multisampling through a stretch blit from the back buffer to the front buffer.
Public propertySupported by the .NET Compact Framework SupportsAnisotropy Determines whether the device supports anisotropic filtering.
Public propertySupported by the .NET Compact Framework SupportsColorPerspective Determines whether the device interpolates color perspective correctly.
Public propertySupported by the .NET Compact Framework SupportsDepthBias Determines whether the device supports legacy depth bias.
Public propertySupported by the .NET Compact Framework SupportsDither Determines whether the device supports dithering to improve color resolution.
Public propertySupported by the .NET Compact Framework SupportsExp2Fog Supports the fog mode that is exponential to the square of the distance (EXP2).
Public propertySupported by the .NET Compact Framework SupportsExpFog Supports the exponential fog mode (EXP),
Public propertySupported by the .NET Compact Framework SupportsFogRange Determines whether the device supports range-based fog.
Public propertySupported by the .NET Compact Framework SupportsFogTable Determines whether the device supports using a fog table.
Public propertySupported by the .NET Compact Framework SupportsFogVertex Determines whether the device supports vertex fog.
Public propertySupported by the .NET Compact Framework SupportsMipMapLevelOfDetailBias Determines whether the device supports level of detail (LOD) bias adjustments.
Public propertySupported by the .NET Compact Framework SupportsSlopeScaleDepthBias Determines whether the device supports performing true slope scale-based depth bias.
Public propertySupported by the .NET Compact Framework SupportsWBuffer Determines whether the device supports depth buffering using the w-buffer.
Public propertySupported by the .NET Compact Framework SupportsWFog Determines whether the device supports w-based fog.
Public propertySupported by the .NET Compact Framework SupportsZBufferLessHsr Determines whether a device can perform hidden-surface removal (HSR) without requiring the application to sort polygons and without requiring a depth buffer to be allocated.
Public propertySupported by the .NET Compact Framework SupportsZFog Determines whether the device supports z-based fog.

Top

See Also

Reference

RasterCaps Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace