ZForge.Motion.Controls.CameraView.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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