Create Gradient Header in Image using C# Drawing Classes

59 Views Asked by At

I am trying to create an image in C# using the Drawing classes. The image has a grid and I want to create a gradient header similar to this image.

enter image description here

Can I get some guidance on how to do this? I tried using the LinearGradientBrush but I am struggling to get the same header look as it is in the image above.

0

There are 0 best solutions below