N
null
Hi
I was wondering one thing when it comes to fonts and Dispose. If I
have the following code:
this.Font = new Font(...);
//-- is this following necessary or is it done automatically?
this.Font.Dispose();
this.Font = new Font(...);
tia
I was wondering one thing when it comes to fonts and Dispose. If I
have the following code:
this.Font = new Font(...);
//-- is this following necessary or is it done automatically?
this.Font.Dispose();
this.Font = new Font(...);
tia