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 Properties
Name | Description | |
---|---|---|
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. | |
Bounds | Gets the size of this resource. | |
DepthStencilFormat | Gets or sets the depth stencil data format. | |
DeviceWindowHandle | Gets or sets the handle to the device window. | |
DisplayOrientation | Gets or sets the orientation of the display. The default value is DisplayOrientation.Default, which means orientation is determined automatically from your BackBufferWidth and BackBufferHeight. | |
IsFullScreen | Gets or sets a value indicating whether the application is in full screen mode. | |
MultiSampleCount | Gets or sets a value indicating the number of sample locations during multisampling. | |
PresentationInterval | Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer. | |
RenderTargetUsage | Gets or sets render target usage flags. |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of this PresentationParameters object. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
PresentationParameters Class
Microsoft.Xna.Framework.Graphics Namespace