共用方式為


SysSpatialStageManager.SetBoundaryEnabled 方法

定義

啟用或停用現有階段的界限。

重要

此 API 僅適用于 Windows 作業系統的元件。 所有其他進程在執行時間呼叫這些 API 將會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

public:
 virtual void SetBoundaryEnabled(SpatialStageFrameOfReference ^ stage, bool enabled) = SetBoundaryEnabled;
void SetBoundaryEnabled(SpatialStageFrameOfReference const& stage, bool const& enabled);
public void SetBoundaryEnabled(SpatialStageFrameOfReference stage, bool enabled);
function setBoundaryEnabled(stage, enabled)
Public Sub SetBoundaryEnabled (stage As SpatialStageFrameOfReference, enabled As Boolean)

參數

enabled
Boolean

bool

是否要啟用界限。

適用於