ZForge.Motion.Controls.CameraView.Pause C# (CSharp) Method

Pause() public method

public Pause ( bool on ) : void
on bool
return void
        public void Pause(bool on)
        {
            this.SetStatus(Motion.Core.CameraStatus.PAUSED, on);
        }