Microsoft DirectX 9.0 SDK Update (October 2004)

RenderToSurfaceDescription.DepthStencil Property

Language:

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

Retrieves or sets a value that specifies whether the render surface supports a depth stencil surface.

Definition

Visual Basic .NET Public Property DepthStencil As Boolean
C# public bool DepthStencil { get; set; }
Managed C++ public: __property bool get_DepthStencil();
public: __property void set_DepthStencil(bool);
JScript .NET public function get DepthStencil() : boolean
public function set DepthStencil(boolean);

Property Value

System.Boolean . Value that is true if the render surface supports a depth stencil surface, or false if it does not.

This property is read/write. 

© 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