For internal use.

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

Syntax

C#
protected virtual void FillRect(
	Graphics graphics,
	Rectangle rect,
	Style style,
	IScriptContext context
)
Visual Basic
Protected Overridable Sub FillRect ( _
	graphics As Graphics, _
	rect As Rectangle, _
	style As Style, _
	context As IScriptContext _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
rect
Type: System.Drawing..::..Rectangle
style
Type: C1.C1Preview..::..Style
context
Type: IScriptContext

See Also