Draws background of object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual void DrawBackground(
	Graphics graphics,
	Rectangle backgroundRect
)
Visual Basic
Protected Overridable Sub DrawBackground ( _
	graphics As Graphics, _
	backgroundRect As Rectangle _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
Graphics object on which the object is being drawn.
backgroundRect
Type: System.Drawing..::..Rectangle
Bounds of inner area of object.

See Also