Beyond_Beyaan.BBToolTip.Draw C# (CSharp) 메소드

Draw() 공개 메소드

public Draw ( ) : void
리턴 void
        public void Draw()
        {
            if (_showing && _delayBeforeShowing >= 1)
            {
                _background.Draw();
                _text.Draw();
            }
        }