Draw(Graphics,Boolean) Method
Draws the current fragment and its children on a specified
System.Drawing.Graphics.
'Declaration
Public Overloads Sub Draw( _
ByVal As Graphics, _
ByVal As Boolean _
)
Parameters
- graphics
- The System.Drawing.Graphics object to draw on.
- renderInputControls
- true to draw input controls (see RenderInputBase), false to ignore them.