Using PictureBox to draw "Cake" display graph ?

  • Thread starter Thread starter zzzzzzzz87978zzz
  • Start date Start date
Z

zzzzzzzz87978zzz

Hi all,

I want to use PictureBox to draw a "Cake" image that shows how much
free space does my Hard Disk have, for example 30% free, 75% free.....
is there any easy graphic command that do that? or should I draw this
"Cake" pixel by pixel?

Thanks very much!

Bill.
 
I want to use PictureBox to draw a "Cake" image that shows how much
free space does my Hard Disk have, for example 30% free, 75% free.....
is there any easy graphic command that do that? or should I draw this
"Cake" pixel by pixel?

How will you express the percentage? Draw x% of the left side of the cake?
Draw it as a slice in a pie chart? Etc.
 
Back
Top