Paint.ToolBoxToolTouchBase.DrawGraphic C# (CSharp) Method

DrawGraphic() protected method

Draws the graphic.
protected DrawGraphic ( ImageType imageType, Rectangle paintRegion ) : void
imageType ImageType
paintRegion Microsoft.Xna.Framework.Rectangle
return void
        protected void DrawGraphic(ImageType imageType, Rectangle paintRegion)
        {
            this.graphicsDisplay.DrawGraphic(imageType, paintRegion, this.BackgroundColor);
        }