I understand it is best practise to call Dispose() on instances of Pen and Brush, except if they\'ve been set to the system-predefined values (eg. System.Drawing.Brushes, Syste
Only thing come in mind is to have a practice do not use System pens/brushes as parameters to methods.