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

DrawGraphic() protected méthode

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