Back to Devexpress

AppearanceObject.DrawBackground Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-drawbackground.md

latest1.3 KB
Original Source

AppearanceObject.DrawBackground Method

NameParametersDescription
DrawBackground(GraphicsCache, Rectangle, Boolean)cache, bounds, useZeroOffsetDraws the background for the area contained within the specified boundary.
DrawBackground(GraphicsCache, Rectangle)cache, boundsDraws the background for the area contained within the specified boundary.
DrawBackground(Graphics, GraphicsCache, Rectangle, Boolean)graphics, cache, bounds, useZeroOffsetDraws the background for the area contained within the specified boundary.
DrawBackground(Graphics, GraphicsCache, Rectangle)graphics, cache, boundsDraws the background.