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
頂点の数。




Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- Geometry.ComputeBoundingBox メソッドのページへのリンク