Paint.ToolBoxToolTouchBase.Draw C# (CSharp) Méthode

Draw() public abstract méthode

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