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, Device* device, 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. |
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.