次の方法で共有


BaseTexture.BaseTexture(IntPtr,Device,Pool)

BaseTexture メソッド

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

定義

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

パラメータ

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

対象

BaseTexture

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