Share via


Device.DepthStencilSurface

DepthStencilSurface プロパティ

Direct3DDevice オブジェクトが所有する深度ステンシル サーフェイスを取得または設定する。

定義

Visual Basic Public Property DepthStencilSurface As Surface
C# public Surface DepthStencilSurface { get; set; }
Managed C++ public: __property Surface* get_DepthStencilSurface();
public: __property void set_DepthStencilSurface(Surface*);
JScript public function get DepthStencilSurface() : Surface
public function set DepthStencilSurface(Surface);

プロパティ値

Microsoft.DirectX.Direct3D.Surface.

これは読み取り/書き込み可能プロパティである。 

対象

Device

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