次の方法で共有


Device.DrawTrianglePatch(Int32,Single,TrianglePatchInformation)

DrawTrianglePatch メソッド

現在設定されているストリームを使って、三角形のパッチを描画する。

定義

Visual Basic Public Sub DrawTrianglePatch( _
    ByVal handle As Integer, _
    ByVal numSegs() As Single, _
    ByRef triPatchInformation As TrianglePatchInformation _
)
C# public void DrawTrianglePatch(
    int handle,
    float[] numSegs,
    ref TrianglePatchInformation triPatchInformation
);
Managed C++ public: void DrawTrianglePatch(
    int handle,
    float numSegs __gc[],
    TrianglePatchInformationtriPatchInformation
);
JScript public function DrawTrianglePatch(
    handle : int,
    numSegs : float[],
    triPatchInformation : TrianglePatchInformation
) : void;

パラメータ

handle System.Int32.
numSegs System.Single[].
triPatchInformation Microsoft.DirectX.Direct3D.TrianglePatchInformation.

対象

Device

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