Skip to main content
A newer version of this page is available. .

AppearanceObject.DrawBackground Method

Name Parameters Description
DrawBackground(GraphicsCache, Rectangle, Boolean) cache, bounds, useZeroOffset Draws the background for the area contained within the specified boundary.
DrawBackground(GraphicsCache, Rectangle) cache, bounds Draws the background for the area contained within the specified boundary.
DrawBackground(Graphics, GraphicsCache, Rectangle, Boolean) graphics, cache, bounds, useZeroOffset Draws the background for the area contained within the specified boundary.
DrawBackground(Graphics, GraphicsCache, Rectangle) graphics, cache, bounds Draws the background.