I have a "donut" in a graphics path.
I would like to draw a gradient along that path and control when a color starts and ends by a given start and end angle on the circle.
Like this:
http://www.andresilvadesign.com/wp-content/uploads/2011/01/Gauge-icon-design.jpg
A LinearGradient can only go one angle, and does not follow the path properly.
The PathGradientBrush seems to be just.. a circular gradient? I cant seem to find a way to do this properly in C#.
Any help would be much appreciated!
Could you draw a full circle using the PathGradientBrush, then mask it, say with a gauge face like in the image, or with a circle (and/or pie wedge) in the background color?