Paint.ToolBoxToolTouchBase.Draw C# (CSharp) Method

Draw() public abstract method

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 ///
return void
        public abstract void Draw(bool refreshDisplay);