Paint.ToolBoxToolTouchBase.DrawGraphic C# (CSharp) 메소드

DrawGraphic() 보호된 메소드

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