Draws the current fragment and its children on a specified Graphics.

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

Syntax

C#
public void Draw(
	Graphics graphics,
	Rectangle parentContentBoundsPx,
	bool renderInputControls,
	bool writeMetafileComments
)
Visual Basic
Public Sub Draw ( _
	graphics As Graphics, _
	parentContentBoundsPx As Rectangle, _
	renderInputControls As Boolean, _
	writeMetafileComments As Boolean _
)

Parameters

graphics
Type: System.Drawing..::..Graphics
The Graphics object to draw on.
parentContentBoundsPx
Type: System.Drawing..::..Rectangle
The paretnt bounds.
renderInputControls
Type: System..::..Boolean
true to draw input controls (see RenderInputBase), false to ignore them.
writeMetafileComments
Type: System..::..Boolean
true to write metafile comments containing anchors, hyperlinks etc.

See Also