Compartir a través de


RasterCaps Members

Contains information about raster drawing capabilities.

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

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework StretchBltMultisample Implements multisampling through a stretch blit from the back buffer to the front buffer.
Public property Supported by the .NET Compact Framework SupportsAnisotropy Determines whether the device supports anisotropic filtering.
Public property Supported by the .NET Compact Framework SupportsColorPerspective Determines whether the device interpolates color perspective correctly.
Public property Supported by the .NET Compact Framework SupportsDepthBias Determines whether the device supports legacy depth bias.
Public property Supported by the .NET Compact Framework SupportsDither Determines whether the device supports dithering to improve color resolution.
Public property Supported by the .NET Compact Framework SupportsExp2Fog Supports the fog mode that is exponential to the square of the distance (EXP2).
Public property Supported by the .NET Compact Framework SupportsExpFog Supports the exponential fog mode (EXP),
Public property Supported by the .NET Compact Framework SupportsFogRange Determines whether the device supports range-based fog.
Public property Supported by the .NET Compact Framework SupportsFogTable Determines whether the device supports using a fog table.
Public property Supported by the .NET Compact Framework SupportsFogVertex Determines whether the device supports vertex fog.
Public property Supported by the .NET Compact Framework SupportsMipMapLevelOfDetailBias Determines whether the device supports level of detail (LOD) bias adjustments.
Public property Supported by the .NET Compact Framework SupportsSlopeScaleDepthBias Determines whether the device supports performing true slope scale-based depth bias.
Public property Supported by the .NET Compact Framework SupportsWBuffer Determines whether the device supports depth buffering using the w-buffer.
Public property Supported by the .NET Compact Framework SupportsWFog Determines whether the device supports w-based fog.
Public property Supported 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 property Supported by the .NET Compact Framework SupportsZFog Determines whether the device supports z-based fog.

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

RasterCaps Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Direct3D Programming