Search code examples
c#graphicsbitmapbrush

How Can I Access To SolidBrush In Console Application C#


I have this Code

enter image description here

  • How can i access to SolidBrush of something like that?

Solution

  • Please consider adding reference to System.Drawing assembly from .Net framework into your console application. I believe System.Drawing assembly is not referred by default in console application project template.