For internal use.

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

Syntax

C#
protected virtual void FillRect(
	Graphics graphics,
	int left,
	int top,
	int right,
	int bottom,
	Style style,
	IScriptContext context
)
Visual Basic
Protected Overridable Sub FillRect ( _
	graphics As Graphics, _
	left As Integer, _
	top As Integer, _
	right As Integer, _
	bottom As Integer, _
	style As Style, _
	context As IScriptContext _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
left
Type: System..::..Int32
top
Type: System..::..Int32
right
Type: System..::..Int32
bottom
Type: System..::..Int32
style
Type: C1.C1Preview..::..Style
context
Type: IScriptContext

See Also