PresentationParameters Members

The following tables list the members exposed by the PresentationParameters type.

Public Constructors

Name Description
Public Method PresentationParameters Initializes a new instance of this class.

Public Properties

Name Description
Public Property BackBufferFormat Gets or sets the format of the back buffer.
Public Property BackBufferHeight Gets or sets a value indicating the height of the new swap chain's back buffer.
Public Property BackBufferWidth Gets or sets a value indicating the width of the new swap chain's back buffer.
Public Property Bounds Gets the size of this resource.
Public Property DepthStencilFormat Gets or sets the depth stencil data format.
Public Property DeviceWindowHandle Gets or sets the handle to the device window.
Public Property 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.
Public Property IsFullScreen Gets or sets a value indicating whether the application is in full screen mode.
Public Property MultiSampleCount Gets or sets a value indicating the number of sample locations during multisampling.
Public Property PresentationInterval Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer.
Public Property RenderTargetUsage Gets or sets render target usage flags.

Public Methods

Name Description
Public Method Clone Creates a copy of this PresentationParameters object.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

PresentationParameters Class
Microsoft.Xna.Framework.Graphics Namespace