次の方法で共有


Device.DrawTrianglePatch(Int32,Plane,TrianglePatchInformation)

DrawTrianglePatch メソッド

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

定義

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

パラメータ

handle System.Int32.
numSegs Microsoft.DirectX.Plane.
triPatchInformation Microsoft.DirectX.Direct3D.TrianglePatchInformation.

対象

Device

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