What is the code for drawing polygons? I cannot find the real code anywhere. My book doesn't have it.
Printable View
What is the code for drawing polygons? I cannot find the real code anywhere. My book doesn't have it.
this site -> Graphics & Multimedia -> GDI -> General
I meant in C#...
oooooh
sorry
Where can I find the code for drawing (5 sided) polygons (C#)?
the graphics object has drawpolygons and you have to supply either path or points with endpoints.. so it will make a polygon.
this will be on paint ofcourse..
Paresh