PresentParameters Members
Describes the presentation parameters.
The following tables list the members exposed by the PresentParameters type.
Public Constructors
Name | Description | |
---|---|---|
PresentParameters | Initializes a new instance of the PresentParameters class. |
Top
Public Properties
Name | Description | |
---|---|---|
AutoDepthStencilFormat | Retrieves or sets the DepthFormat of the depth stencil surface the device creates. | |
BackBufferCount | Retrieves or sets the number of back buffers. | |
BackBufferFormat | Retrieves or sets the format of the back buffer. | |
BackBufferHeight | Retrieves or sets the height of a swap chain's back buffers, in pixels. | |
BackBufferWidth | Retrieves or sets the width of a swap chain's back buffers, in pixels. | |
EnableAutoDepthStencil | Indicates whether or not Direct3D manages depth buffers for an application. | |
FullScreenPresentationInterval | Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented. | |
MultiSample | Retrieves or sets the levels of full-scene multisampling that the device can apply. | |
PresentFlag | Retrieves or sets the present flag. | |
SwapEffect | Retrieves or sets the swap effect. | |
Windowed | Indicates whether or not an application is running in a windowed mode. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Creates a duplicate copy of a PresentParameters object. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
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
PresentParameters Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace