共用方式為


LampArray.BoundingBox 屬性

定義

取得包含 LampArray 的邏輯周框方塊。

public:
 property float3 BoundingBox { float3 get(); };
float3 BoundingBox();
public Vector3 BoundingBox { get; }
var vector3 = lampArray.boundingBox;
Public ReadOnly Property BoundingBox As Vector3

屬性值

Vector3 Vector3

float3

周框方塊的值。

範例

LampArray 範例

示範如何使用 Windows.Devices.LightsWindows.Devices.Lights.Effects API 來控制周邊裝置的 RGB 光源。

AutoRGB 範例

示範如何從桌面畫面擷取單一代表性色彩,並用它來在連線的 RGB 裝置上光源 LED 燈。

備註

  • X 對應至 Width。
  • Y 對應至 Height。
  • Z 對應至 Depth。

值以公尺為單位來測量。

Positions的來源是方塊的最上層、左上角。

適用於

另請參閱