Share via


Device.GetBackBuffer(Int32,Int32,BackBufferType)

GetBackBuffer メソッド

デバイスのスワップ チェーンからバック バッファを取得する。

定義

Visual Basic Public Function GetBackBuffer( _
    ByVal swapChain As Integer, _
    ByVal backBuffer As Integer, _
    ByVal backBufferType As BackBufferType _
) As Surface
C# public Surface GetBackBuffer(
    int swapChain,
    int backBuffer,
    BackBufferType backBufferType
);
Managed C++ public: Surface* GetBackBuffer(
    int swapChain,
    int backBuffer,
    BackBufferType backBufferType
);
JScript public function GetBackBuffer(
    swapChain : int,
    backBuffer : int,
    backBufferType : BackBufferType
) : Surface;

パラメータ

swapChain System.Int32.
backBuffer System.Int32.
backBufferType Microsoft.DirectX.Direct3D.BackBufferType.

戻り値

Microsoft.DirectX.Direct3D.Surface.

対象

Device

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