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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top