次の方法で共有


VertexDeclaration.VertexDeclaration(Device,GraphicsStream)

VertexDeclaration メソッド

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

定義

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

パラメータ

device Microsoft.DirectX.Direct3D.Device.
vertexElements Microsoft.DirectX.Direct3D.GraphicsStream.

対象

VertexDeclaration

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