Draw(Graphics,Rectangle,Rectangle,Boolean,Boolean,Boolean) Method
In This Topic
Draws the current fragment on a specified
System.Drawing.Graphics.
Syntax
Parameters
- graphics
- The System.Drawing.Graphics object to draw on.
- boundsPx
- The draw bounds.
- parentContentBoundsPx
- The paretnt bounds.
- renderInputControls
- true to draw input controls (see RenderInputBase), false to ignore them.
- renderChildren
- true to draw child fragments, false to ignore them.
- writeMetafileComments
- Indicates whether to write metafile comments to graphics: info about anchors, hyperlinks etc.
See Also