PresentationParameters Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Contains presentation parameters.
Inheritance Hierarchy
System.Object
Microsoft.Xna.Framework.Graphics.PresentationParameters
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)
Syntax
'Declaration
Public Class PresentationParameters
public class PresentationParameters
The PresentationParameters type exposes the following members.
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. | |
MultiSampleCount | Gets or sets a value indicating the number of sample locations during multisampling. | |
RenderTargetUsage | Gets or sets render target usage flags. |
Top
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.