型 | 名前 | 説明 |
---|---|---|
Graphics | Graphics | 描画に使用するGraphics |
Rectangle | ClipRectangle | 描画が必要な長方形 |
ClipRectangleはPaintイベントで描画する必要がある長方形であり、PaintEventArgs.Graphics.ClipBoundsは描画領域を限定できるクリッピング領域を表します。.net - What is the difference between PaintEventArgs.ClipRectangle and PaintEventArgs.Graphics.ClipBounds - Stack Overflow