Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.AutoDepthStencilFormat Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the DepthFormat of the depth stencil surface the device creates.

Definition

Visual Basic .NET Public Property AutoDepthStencilFormat As DepthFormat
C# public DepthFormat AutoDepthStencilFormat { get; set; }
Managed C++ public: __property DepthFormat get_AutoDepthStencilFormat();
public: __property void set_AutoDepthStencilFormat(DepthFormat);
JScript .NET public function get AutoDepthStencilFormat() : DepthFormat
public function set AutoDepthStencilFormat(DepthFormat);

Property Value

Microsoft.DirectX.Direct3D.DepthFormat . A DepthFormat enumerated type that describes the format of the automatic depth stencil surface the device creates.

This property is read/write. 

Remarks

This member is ignored unless EnableAutoDepthStencil is set to true.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center