What is the difference between PaintEventArgs.ClipRectangle and PaintEventArgs.Graphics.ClipBounds
问题 When overriding an OnPaint or OnPaintBackground method in an inheritor of System.Windows.Forms.Control, one argument is always a System.Windows.Forms.PaintEventArgs object. The partial object structure: PaintEventArgs ClipRectangle (System.Drawing.Rectangle) Graphics (System.Drawing.Graphics) Clip (System.Drawing.Region) ClipBounds (System.Drawing.RectangleF) VisibleClipBounds (System.Drawing.RectangleF) Graphics.Clip appears to be a 1-bit map of applicable pixels to influence in subsequent