'Declaration Public Overloads Overridable Sub Draw( _ ByVal graphics As Graphics, _ ByVal boundsPx As Rectangle, _ ByVal parentContentBoundsPx As Rectangle, _ ByVal renderChildren As Boolean, _ ByVal pdp As PageDrawParams _ )
public virtual void Draw( Graphics graphics, Rectangle boundsPx, Rectangle parentContentBoundsPx, bool renderChildren, PageDrawParams pdp )
Parameters
- graphics
 - The System.Drawing.Graphics object to draw on.
 - boundsPx
 - The draw bounds.
 - parentContentBoundsPx
 - The paretnt bounds.
 - renderChildren
 - true to draw child fragments, false to ignore them.
 - pdp
 - Specifies additional parameters of drawing.