RasterCaps Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Contains information about raster drawing capabilities.
The RasterCaps type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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