次の方法で共有


Device.DrawTrianglePatch(Int32,Plane)

DrawTrianglePatch メソッド

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

定義

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

パラメータ

handle System.Int32.
numSegs Microsoft.DirectX.Plane.

対象

Device

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