'宣言 Public Overloads Sub Draw( _ ByVal graphics As System.Drawing.Graphics, _ ByVal parentContentBoundsPx As System.Drawing.Rectangle, _ ByVal renderInputControls As System.Boolean _ )
public void Draw( System.Drawing.Graphics graphics, System.Drawing.Rectangle parentContentBoundsPx, System.bool renderInputControls )
パラメータ
- graphics
- 描画先の System.Drawing.Graphics オブジェクト。
- parentContentBoundsPx
- 親の境界。
- renderInputControls
- 入力コントロールを描画する(RenderInputBase を参照)場合は true、無視する場合は false。