how to draw string with graphics in c#? I tried with this code but it dose not work. Thanks.
g.DrawString("STRING", new Font(this.Font, FontStyle.Bold),
new Brush(), new Point(100, 100));
Error:
Error 1 Cannot create an instance of the abstract class or interface 'System.Drawing.Brush' C:\Users\Mihai\AppData\Local\Temporary Projects\Graphics Drawtext\Form1.cs 33 73 Graphics Drawtext