PresentParameters Members

Describes the presentation parameters.

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

Public Constructors

  Name Description
Public method Supported by the .NET Compact Framework PresentParameters Initializes a new instance of the PresentParameters class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Clone Creates a duplicate copy of a PresentParameters object.
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported 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.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)

Top

See Also

Reference

PresentParameters Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming