F
Franz
What kind of GDI+ objects is needed to be disposed?
If they are the fields of the class , does that class need to implement the
IDispose interface?
If they are used only within a method (e.g. OnPaint), do I need to dispose
them at the end of each OnPaint method?
I want a guideline and reason for that. Thanks.
If they are the fields of the class , does that class need to implement the
IDispose interface?
If they are used only within a method (e.g. OnPaint), do I need to dispose
them at the end of each OnPaint method?
I want a guideline and reason for that. Thanks.