PresentationParameters Members
The following tables list the members exposed by the PresentationParameters type.
Public Constructors
Name | Description | |
---|---|---|
PresentationParameters | Initializes a new instance of this class. |
Public Fields
Name | Description | |
---|---|---|
DefaultPresentRate | The default presentation rate. |
Public Properties
Name | Description | |
---|---|---|
AutoDepthStencilFormat | Gets or sets a value specifying the format of the depth-stencil surface that the device will automatically create. | |
BackBufferCount | Gets or sets a value specifying how many back buffers to create. | |
BackBufferFormat | Gets or sets the format of the back buffer. | |
BackBufferHeight | Gets or sets a value indicating the height of the new swap chain's back buffer. | |
BackBufferWidth | Gets or sets a value indicating the width of the new swap chain's back buffer. | |
DeviceWindowHandle | Gets or sets the handle to the device window. | |
EnableAutoDepthStencil | Gets or sets a value indicating whether Direct3D will manage depth buffers for the application. | |
FullScreenRefreshRateInHz | Gets or sets a value indicating the rate at which the display adapter will refresh the screen. | |
IsFullScreen | Gets or sets a value indicating whether the application is in full screen mode. | |
MultiSampleQuality | Gets or sets a value indicating the multisample quality level. | |
MultiSampleType | Gets or sets the multisample type. | |
PresentationInterval | Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer. | |
PresentOptions | Gets or sets miscellaneous presentation flags. | |
SwapEffect | Gets or sets the swap effect. |
Public Methods
Name | Description | |
---|---|---|
Clear | Resets all of the PresentationParameters values. | |
Clone | Creates a copy of this PresentationParameters object. | |
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | Overloaded. Returns a value that indicates whether the current instance is equal to a specified object. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Compares two objects to determine whether they are the same. | |
op_Inequality | Compares two objects to determine whether they are different. | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
PresentationParameters Class
Microsoft.Xna.Framework.Graphics Namespace