Skip to main content

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.