Multicolor Ellipse
-
I have drawn an ellipse without problem. Now i want to fill the top part with a red color and the bottom part with a blue color and i have no clue how to do it. Can anyone help me?
-
I have drawn an ellipse without problem. Now i want to fill the top part with a red color and the bottom part with a blue color and i have no clue how to do it. Can anyone help me?
-
u can try out Graphics.FillPie() method in this by specifying start ange and sweep angle u can fill pie in multicolors
rahul
Tnx for the reply but what i actualy need is a kind of elipse health meter (like in diablo if u know it)
-
I have drawn an ellipse without problem. Now i want to fill the top part with a red color and the bottom part with a blue color and i have no clue how to do it. Can anyone help me?
I guess you could use a
LinearGradientBrush
for this.Regards, mav -- Black holes are the places where God divided by 0...