Mesh.Polygon(Device,Single,Int32)
Polygon メソッド
左手座標系を使い、n 面のポリゴンを含むメッシュを作成する。
定義
Visual Basic | Public Shared Function Polygon( _ ByVal device As Device, _ ByVal length As Single, _ ByVal sides As Integer _ ) As Mesh |
C# | public static Mesh Polygon( Device device, float length, int sides ); |
Managed C++ | public: static Mesh* Polygon( Device* device, float length, int sides ); |
JScript | public static function Polygon( device : Device, length : float, sides : int ) : Mesh; |
パラメータ
device | Microsoft.DirectX.Direct3D.Device. |
length | System.Single. |
sides | System.Int32. |
戻り値
Microsoft.DirectX.Direct3D.Mesh.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.