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
Public methodSupported by the .NET Compact Framework PresentParameters Initializes a new instance of the PresentParameters class.

Top

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Clone Creates a duplicate copy of a PresentParameters object.
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework 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.)
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework AutoDepthStencilFormat Retrieves or sets the DepthFormat of the depth stencil surface the device creates.
Public propertySupported by the .NET Compact Framework BackBufferCount Retrieves or sets the number of back buffers.
Public propertySupported by the .NET Compact Framework BackBufferFormat Retrieves or sets the format of the back buffer.
Public propertySupported by the .NET Compact Framework BackBufferHeight Retrieves or sets the height of a swap chain's back buffers, in pixels.
Public propertySupported by the .NET Compact Framework BackBufferWidth Retrieves or sets the width of a swap chain's back buffers, in pixels.
Public propertySupported by the .NET Compact Framework EnableAutoDepthStencil Indicates whether or not Direct3D manages depth buffers for an application.
Public propertySupported by the .NET Compact Framework FullScreenPresentationInterval Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.
Public propertySupported by the .NET Compact Framework MultiSample Retrieves or sets the levels of full-scene multisampling that the device can apply.
Public propertySupported by the .NET Compact Framework PresentFlag Retrieves or sets the present flag.
Public propertySupported by the .NET Compact Framework SwapEffect Retrieves or sets the swap effect.
Public propertySupported by the .NET Compact Framework Windowed Indicates whether or not an application is running in a windowed mode.

Top

See Also

Reference

PresentParameters Class

Microsoft.WindowsMobile.DirectX.Direct3D Namespace