Filling an Area in .NET
Posted
by lajoo
on Stack Overflow
See other posts from Stack Overflow
or by lajoo
Published on 2010-04-22T08:06:11Z
Indexed on
2010/04/22
8:13 UTC
Read the original article
Hit count: 297
c#
|visual-studio
I'm drawing a circle in C# and i have divided it into some parts,i want to fill different parts with different colors,is there anyway to do this? and how?i tried using fillpie() but i couldn't get the arguments to work.
© Stack Overflow or respective owner