共用方式為


SpatialBoundingVolume.FromBox 方法

定義

從指定的方塊建立周框磁片區,並在指定的座標系統中解譯其座標。

 static SpatialBoundingVolume FromBox(SpatialCoordinateSystem const& coordinateSystem, SpatialBoundingBox const& box);
public static SpatialBoundingVolume FromBox(SpatialCoordinateSystem coordinateSystem, SpatialBoundingBox box);
function fromBox(coordinateSystem, box)
Public Shared Function FromBox (coordinateSystem As SpatialCoordinateSystem, box As SpatialBoundingBox) As SpatialBoundingVolume

參數

coordinateSystem
SpatialCoordinateSystem

要在其中解譯周框方塊座標的座標系統。

box
SpatialBoundingBox

周框方塊。

傳回

新的周框磁片區。

適用於