'Declaration Public Overloads Sub Draw( _ ByVal graphics As Graphics, _ ByVal parentContentBoundsPx As Rectangle, _ ByVal renderInputControls As Boolean, _ ByVal writeMetafileComments As Boolean _ )
public void Draw( Graphics graphics, Rectangle parentContentBoundsPx, bool renderInputControls, bool writeMetafileComments )
Parameters
- graphics
- The System.Drawing.Graphics object to draw on.
- parentContentBoundsPx
- The paretnt bounds.
- renderInputControls
- true to draw input controls (see RenderInputBase), false to ignore them.
- writeMetafileComments
- true to write metafile comments containing anchors, hyperlinks etc.