PresentParameters Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Describes the presentation parameters.
The PresentParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PresentParameters | Initializes a new instance of the PresentParameters class. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate copy of a PresentParameters object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
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 | |
---|---|---|
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