Compartir a través de


SysSpatialStageManager.SetBoundaryEnabled Método

Definición

Habilita o deshabilita el límite de una fase existente.

Importante

Esta API solo está disponible para los componentes del sistema operativo Windows. Se producirá un error en las llamadas a estas API en tiempo de ejecución para todos los demás procesos. Estas API se pueden modificar o quitar en futuras versiones de Windows.

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)

Parámetros

enabled
Boolean

bool

Si se va a habilitar el límite.

Se aplica a