ZForge.Motion.Controls.CameraView.Remove C# (CSharp) Méthode

Remove() public méthode

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