RasterCaps Members
Contains information about raster drawing capabilities.
The following tables list the members exposed by the RasterCaps type.
Public Properties
Name | Description | |
---|---|---|
StretchBltMultisample | Implements multisampling through a stretch blit from the back buffer to the front buffer. | |
SupportsAnisotropy | Determines whether the device supports anisotropic filtering. | |
SupportsColorPerspective | Determines whether the device interpolates color perspective correctly. | |
SupportsDepthBias | Determines whether the device supports legacy depth bias. | |
SupportsDither | Determines whether the device supports dithering to improve color resolution. | |
SupportsExp2Fog | Supports the fog mode that is exponential to the square of the distance (EXP2). | |
SupportsExpFog | Supports the exponential fog mode (EXP), | |
SupportsFogRange | Determines whether the device supports range-based fog. | |
SupportsFogTable | Determines whether the device supports using a fog table. | |
SupportsFogVertex | Determines whether the device supports vertex fog. | |
SupportsMipMapLevelOfDetailBias | Determines whether the device supports level of detail (LOD) bias adjustments. | |
SupportsSlopeScaleDepthBias | Determines whether the device supports performing true slope scale-based depth bias. | |
SupportsWBuffer | Determines whether the device supports depth buffering using the w-buffer. | |
SupportsWFog | Determines whether the device supports w-based fog. | |
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. | |
SupportsZFog | Determines whether the device supports z-based fog. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (inherited from ValueType) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
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) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
RasterCaps Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace