Paint.ToolBoxToolTouchBase.Draw C# (CSharp) Метод

Draw() публичный абстрактный Метод

Draw this tool on to the image
public abstract Draw ( bool refreshDisplay ) : void
refreshDisplay bool /// True = we should redraw the entire control /// False = just draw any updates ///
Результат void
        public abstract void Draw(bool refreshDisplay);