バージョン

DrawControl(Control,Graphics,Rectangle,Rectangle,ImageAttributes) メソッド

コントロール (およびすべての子孫コントロール) を描画します。
シンタックス
'宣言
 
Protected Overloads Sub DrawControl( _
   ByVal controlToDraw As Control, _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal attributes As ImageAttributes _
) 
protected void DrawControl( 
   Control controlToDraw,
   Graphics graphics,
   Rectangle rect,
   Rectangle clipRect,
   ImageAttributes attributes
)

パラメータ

controlToDraw
描画するコントロール。
graphics
コントロールを描画するグラフィックスオブジェクト。
rect
変換後の角度。
clipRect
クリッピング領域。
attributes
使用するための画像属性。
解説
attributes パラメーターが null でなければ、doubleBuffer パラメーターの値に関係なくオフスクリーン ビットマップを作成します。
参照