Chapter 15 page 473
in newfont = new Font(oldfont, oldfont.Style & ~FontStyle.Underline);
what "~" means?
I think that ~ means remove,but i have another misunderstanding:
ApplyTextSize(((TextBox)sender).Text); why so many casting is used?.
Last edited by dampyr; November 29th, 2011 at 02:07 PM..
|