For internal use.

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

Syntax

C#
protected override void InternalDraw(
	Graphics graphics,
	DrawParams drawParams
)
Visual Basic
Protected Overrides Sub InternalDraw ( _
	graphics As Graphics, _
	drawParams As DrawParams _
)

Parameters

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

See Also