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

Remove() public method

public Remove ( ) : bool
return bool
        public bool Remove()
        {
            this.Stop();
            this.Visible = false;
            return true;
        }