[]
Draws the current fragment on a specified Graphics.
public virtual void Draw(Graphics graphics, Rectangle boundsPx, Rectangle parentContentBoundsPx, bool renderChildren, PageDrawParams pdp)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | boundsPx | The draw bounds. |
Rectangle | parentContentBoundsPx | The paretnt bounds. |
bool | renderChildren | true to draw child fragments, false to ignore them. |
PageDrawParams | pdp | Specifies additional parameters of drawing. |
Draws the current fragment on a specified Graphics.
public void Draw(Graphics graphics, Rectangle boundsPx, Rectangle parentContentBoundsPx, bool renderInputControls, bool renderChildren, bool writeMetafileComments)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | boundsPx | The draw bounds. |
Rectangle | parentContentBoundsPx | The paretnt bounds. |
bool | renderInputControls | true to draw input controls (see RenderInputBase), false to ignore them. |
bool | renderChildren | true to draw child fragments, false to ignore them. |
bool | writeMetafileComments | Indicates whether to write metafile comments to graphics: info about anchors, hyperlinks etc. |
Draws the current fragment and its children on a specified Graphics.
public void Draw(Graphics graphics, Rectangle parentContentBoundsPx, bool renderInputControls)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | parentContentBoundsPx | The paretnt bounds. |
bool | renderInputControls | true to draw input controls (see RenderInputBase), false to ignore them. |
Draws the current fragment and its children on a specified Graphics.
public void Draw(Graphics graphics, Rectangle parentContentBoundsPx, bool renderInputControls, bool writeMetafileComments)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | parentContentBoundsPx | The paretnt bounds. |
bool | renderInputControls | true to draw input controls (see RenderInputBase), false to ignore them. |
bool | writeMetafileComments | true to write metafile comments containing anchors, hyperlinks etc. |
Draws the current fragment and its children on a specified Graphics.
public void Draw(Graphics graphics, bool renderInputControls)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
bool | renderInputControls | true to draw input controls (see RenderInputBase), false to ignore them. |