'Declaration Public Overloads Sub Draw( _ ByVal graphics As Graphics, _ ByVal renderInputControls As Boolean, _ ByVal writeMetafileComments As Boolean _ )
public void Draw( Graphics graphics, bool renderInputControls, bool writeMetafileComments )
Parameters
- graphics
- The System.Drawing.Graphics to draw on.
- renderInputControls
- Indicates whether to draw input controls (see RenderInputBase).
- writeMetafileComments
- Indicates whether to draw metafile comments, like outlines, hyperlinks etc.