For internal use.

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

Syntax

C#
protected virtual void DrawChildren(
	Graphics graphics,
	DrawParams dp
)
Visual Basic
Protected Overridable Sub DrawChildren ( _
	graphics As Graphics, _
	dp As DrawParams _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
dp
Type: DrawParams

See Also