System.Drawing.Brush from System.Drawing.Color August 30, 2023 by Tarik Use the SolidBrush class: using (SolidBrush brush = new SolidBrush(yourColor)) { // ... }