Back to Devexpress

AppearanceObject.DrawBackground(Graphics, GraphicsCache, Rectangle) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-drawbackground-x28-system-dot-drawing-dot-graphics-devexpress-dot-utils-dot-drawing-dot-graphicscache-system-dot-drawing-dot-rectangle-x29.md

latest1.9 KB
Original Source

AppearanceObject.DrawBackground(Graphics, GraphicsCache, Rectangle) Method

Draws the background.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void DrawBackground(
    Graphics graphics,
    GraphicsCache cache,
    Rectangle bounds
)
vb
Public Sub DrawBackground(
    graphics As Graphics,
    cache As GraphicsCache,
    bounds As Rectangle
)

Parameters

NameTypeDescription
graphicsGraphics

A Graphics object that provides a means for painting.

| | cache | GraphicsCache |

A GraphicsCache object providing storage for the pens, fonts and brushes used during painting.

| | bounds | Rectangle |

A Rectangle structure specifying the drawing area.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace