次の方法で共有


VertexDeclaration.VertexDeclaration(IntPtr,Device)

VertexDeclaration メソッド

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

定義

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

パラメータ

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

対象

VertexDeclaration

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