次の方法で共有


SwapChain.SwapChain(IntPtr,Device)

SwapChain メソッド

オブジェクトの新しいインスタンスを初期化する。

定義

Visual Basic Public Sub SwapChain( _
    ByVal lp As IntPtr, _
    ByVal device As Device _
)
C# public SwapChain(
    IntPtr lp,
    Device device
);
Managed C++ public: SwapChain(
    IntPtr lp,
    Devicedevice
);
JScript public function SwapChain(
    lp : IntPtr,
    device : Device
);

パラメータ

lp System.IntPtr.
device Microsoft.DirectX.Direct3D.Device.

対象

SwapChain

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