PresentParameters Class (Microsoft.DirectX.Direct3D)

Describes the presentation parameters.

Definition

Visual Basic NotInheritable Public Class PresentParameters
    Inherits ObjectLeave Site
    Implements ICloneableLeave Site
C# public sealed class PresentParameters : ObjectLeave Site, ICloneableLeave Site
C++ public ref class PresentParameters sealed : ObjectLeave Site, ICloneableLeave Site
JScript public final class PresentParameters extends ObjectLeave Site implements ICloneableLeave Site

Members Table

The following table lists the members exposed by the object.

Fields

Field Description
static (Shared in Visual Basic) DefaultPresentRate Returns the default rate at which a swap chain's back buffers can be presented.

Methods

Method Description
Clone Clones, or copies, a PresentParameters object.
PresentParameters Creates a new instance of the PresentParameters class.
ToString Obtains a string representation of the current instance.

Properties

Property Description
AutoDepthStencilFormat Retrieves or sets the DepthFormat of the depth stencil surface the device creates.
BackBufferCount Retrieves or sets the number of back buffers.
BackBufferFormat Retrieves or sets the format of the back buffer.
BackBufferHeight Retrieves or sets the height of a swap chain's back buffers, in pixels.
BackBufferWidth Retrieves or sets the width of a swap chain's back buffers, in pixels.
DeviceWindow Retrieves or sets the display window.
DeviceWindowHandle Retrieves or sets the display window.
EnableAutoDepthStencil Retrieves or sets a Boolean value that indicates whether Microsoft Direct3D manages depth buffers for an application.
ForceNoMultiThreadedFlag Retrieves or sets a Boolean value that indicates whether an application can use multithreading.
FullScreenRefreshRateInHz Retrieves or sets the rate at which the display adapter refreshes the screen.
MultiSample Retrieves or sets the MultiSampleType.
MultiSampleQuality Retrieves or sets the multisample quality level.
PresentationInterval Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.
PresentFlag Retrieves or sets the present flag.
SwapEffect Retrieves or sets the swap effect.
Windowed Boolean value that indicates whether an application is running in a windowed mode.

Inheritance Hierarchy

ObjectLeave Site

PresentParameters

Class Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also