Radial Gradient

  • Thread starter Thread starter Kelly Elias
  • Start date Start date
K

Kelly Elias

Is there a way to create a radial gradient in .NET? I
would like to create a gradient where the first color
starts in the center and the gradient effects the color
moving outward in a circular pattern.

I have tried to use a LinearGradientBrush to do this but
no luck.

Any suggestions?
 
Kelly,
Have you tried the System.Drawing.Drawing2D.PathGradientBrush?

Hope this helps
Jay
 
Back
Top