Device.CreateDepthStencilSurface メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Function CreateDepthStencilSurface ( _ width As Integer, _ height As Integer, _ format As DepthFormat, _ multiSampleType As MultiSampleType _ ) As Surface
Dim instance As Device Dim width As Integer Dim height As Integer Dim format As DepthFormat Dim multiSampleType As MultiSampleType Dim returnValue As Surface returnValue = instance.CreateDepthStencilSurface(width, height, format, multiSampleType)
public Surface CreateDepthStencilSurface ( int width, int height, DepthFormat format, MultiSampleType multiSampleType )
public: Surface^ CreateDepthStencilSurface ( int width, int height, DepthFormat format, MultiSampleType multiSampleType )
public Surface CreateDepthStencilSurface ( int width, int height, DepthFormat format, MultiSampleType multiSampleType )
public function CreateDepthStencilSurface ( width : int, height : int, format : DepthFormat, multiSampleType : MultiSampleType ) : Surface
- multiSampleType
マルチサンプリング バッファ タイプを記述する MultiSampleType 列挙型のメンバ。この値は、このサーフェイスが SetRenderTarget で設定される DepthStencilSurface に渡されるときにサポートされるマルチサンプル タイプの 1 つである必要があります。
作成された深度ステンシル サーフェイスのリソースを表す Surface。



Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDevice.CreateDepthStencilSurface メソッドを検索する場合は、下記のリンクをクリックしてください。

- Device.CreateDepthStencilSurface メソッドのページへのリンク