A Alex Feinman [MVP] Sep 12, 2003 #2 Correct. The Brush class does not wrap any GDI resources. It only holds Color reference. There is nothing to dispose of. Consequently Dispose method does precisely nothing. I think it is included so that in the future existing code does not break.
Correct. The Brush class does not wrap any GDI resources. It only holds Color reference. There is nothing to dispose of. Consequently Dispose method does precisely nothing. I think it is included so that in the future existing code does not break.