Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
Font font2 = new Font("Arial", 10.0f); |
|
using (font2) // not recommended |
|
{ |
|
// use font2 |
|
} |
|
// font2 is still in scope |
|
// but the method call throws an exception |
|
float f = font2.GetHeight(); |
|
|
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.