Draws the current fragment and its children on a specified Graphics.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Draw( Graphics graphics, Rectangle parentContentBoundsPx, bool renderInputControls ) |
Visual Basic |
---|
Public Sub Draw ( _ graphics As Graphics, _ parentContentBoundsPx As Rectangle, _ renderInputControls 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.