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

Blank() protected méthode

Blanks the entire control
protected Blank ( ) : void
Résultat void
        protected void Blank()
        {
            this.graphicsDisplay.DrawGraphic(ImageType.EmptySquare, this.Bounds, this.BackgroundColor);
        }