[]
Draws the current fragment on a specified Graphics.
public virtual void Draw(Graphics graphics, Rectangle boundsPx, Rectangle parentContentBoundsPx, bool renderChildren, PageDrawParams pdp)
Public Overridable Sub Draw(graphics As Graphics, boundsPx As Rectangle, parentContentBoundsPx As Rectangle, renderChildren As Boolean, pdp As PageDrawParams)
| 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)
Public Sub Draw(graphics As Graphics, boundsPx As Rectangle, parentContentBoundsPx As Rectangle, renderInputControls As Boolean, renderChildren As Boolean, writeMetafileComments As Boolean)
| 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)
Public Sub Draw(graphics As Graphics, parentContentBoundsPx As Rectangle, renderInputControls As Boolean)
| 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)
Public Sub Draw(graphics As Graphics, parentContentBoundsPx As Rectangle, renderInputControls As Boolean, writeMetafileComments As Boolean)
| 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)
Public Sub Draw(graphics As Graphics, renderInputControls As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | The Graphics object to draw on. |
| bool | renderInputControls | true to draw input controls (see RenderInputBase), false to ignore them. |