次の方法で共有


VertexDeclaration.VertexDeclaration(Device,VertexElement)

VertexDeclaration メソッド

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

定義

Visual Basic Public Sub VertexDeclaration( _
    ByVal device As Device, _
    ByVal vertexElements() As VertexElement _
)
C# public VertexDeclaration(
    Device device,
    VertexElement[] vertexElements
);
Managed C++ public: VertexDeclaration(
    Devicedevice,
    VertexElement vertexElements __gc[]
);
JScript public function VertexDeclaration(
    device : Device,
    vertexElements : VertexElement[]
);

パラメータ

device Microsoft.DirectX.Direct3D.Device.
vertexElements Microsoft.DirectX.Direct3D.VertexElement[].

対象

VertexDeclaration

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