'宣言 Public Overloads Sub Draw( _ ByVal graphics As System.Drawing.Graphics, _ ByVal renderInputControls As System.Boolean, _ ByVal writeMetafileComments As System.Boolean _ )
public void Draw( System.Drawing.Graphics graphics, System.bool renderInputControls, System.bool writeMetafileComments )
パラメータ
- graphics
- 描画先の System.Drawing.Graphics。
- renderInputControls
- 入力コントロールを描画するかどうかを示します( RenderInputBaseを参照)。
- writeMetafileComments
- アウトラインやハイパーリンクなどのメタファイルコメントを描画するかどうかを示します。