Geometry.ComputeBoundingBox メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
 構文
構文Public Shared Sub ComputeBoundingBox ( _ pointsFvf As GraphicsStream, _ numPoints As Integer, _ vertexFormat As VertexFormats, _ <OutAttribute> ByRef min As Vector3, _ <OutAttribute> ByRef max As Vector3 _ )
Dim pointsFvf As GraphicsStream Dim numPoints As Integer Dim vertexFormat As VertexFormats Dim min As Vector3 Dim max As Vector3 Geometry.ComputeBoundingBox(pointsFvf, numPoints, vertexFormat, min, max)
public static void ComputeBoundingBox ( GraphicsStream pointsFvf, int numPoints, VertexFormats vertexFormat, out Vector3 min, out Vector3 max )
public: static void ComputeBoundingBox ( GraphicsStream^ pointsFvf, int numPoints, VertexFormats vertexFormat, [OutAttribute] Vector3% min, [OutAttribute] Vector3% max )
public static void ComputeBoundingBox ( GraphicsStream pointsFvf, int numPoints, VertexFormats vertexFormat, /** @attribute OutAttribute() */ /** @ref */ Vector3 min, /** @attribute OutAttribute() */ /** @ref */ Vector3 max )
- numPoints
- 頂点の数。 
 例外
例外 解説
解説 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- Geometry.ComputeBoundingBox メソッドのページへのリンク

 
                             
                    


