PresentParameters Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 attempt to free resources and perform other cleanup operations before the Object 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