Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
vinay_K5-Jun-08 0:51
vinay_K5-Jun-08 0:51 
AnswerRe: GDI+ in C# Pin
leppie5-Jun-08 1:15
leppie5-Jun-08 1:15 
General[Message Deleted] Pin
vinay_K5-Jun-08 2:18
vinay_K5-Jun-08 2:18 
GeneralRe: GDI+ in C# Pin
#realJSOP5-Jun-08 2:46
professional#realJSOP5-Jun-08 2:46 
GeneralRe: GDI+ in C# Pin
Anthony Mushrow5-Jun-08 3:02
professionalAnthony Mushrow5-Jun-08 3:02 
AnswerRe: GDI+ in C# Pin
Gareth H5-Jun-08 1:16
Gareth H5-Jun-08 1:16 
GeneralRe: GDI+ in C# Pin
leppie5-Jun-08 1:17
leppie5-Jun-08 1:17 
AnswerRe: GDI+ in C# Pin
Anthony Mushrow5-Jun-08 1:17
professionalAnthony Mushrow5-Jun-08 1:17 
I'm sure I saw a very similar question not so long ago, and it got replies too! So I hope your not the same person.

Anyway, a Graphics object has the method DrawCurve which takes a Pen and a PointF[] as parameters, so you can probably use that.

PointF[] myPoints;
...
void MainFormPaint(object sender, PaintEventArgs e)
{
    e.Graphics.DrawCurve(Pens.Black, myPoints);			
}



EDIT: Wow, so many replies in a few moments! And you are the same person, for shame.

My current favourite word is: I'm starting to run out of fav. words!
-SK Genius

Game Programming articles start -here[^]-

QuestionHow can I add new record in database using datagrid? Pin
rmedo5-Jun-08 0:49
rmedo5-Jun-08 0:49 
AnswerRe: How can I add new record in database using datagrid? Pin
Tamimi - Code5-Jun-08 2:52
Tamimi - Code5-Jun-08 2:52 
Questionproblem with TCP connection [modified] Pin
johland5-Jun-08 0:49
johland5-Jun-08 0:49 
AnswerRe: problem with TCP connection Pin
#realJSOP5-Jun-08 2:49
professional#realJSOP5-Jun-08 2:49 
GeneralRe: problem with TCP connection Pin
johland5-Jun-08 3:11
johland5-Jun-08 3:11 
QuestionArray Management Pin
DwR5-Jun-08 0:01
DwR5-Jun-08 0:01 
AnswerRe: Array Management Pin
leppie5-Jun-08 0:20
leppie5-Jun-08 0:20 
GeneralRe: Array Management Pin
DwR5-Jun-08 0:26
DwR5-Jun-08 0:26 
GeneralRe: Array Management Pin
leppie5-Jun-08 1:16
leppie5-Jun-08 1:16 
AnswerRe: Array Management Pin
Ashfield5-Jun-08 0:29
Ashfield5-Jun-08 0:29 
AnswerRe: Array Management Pin
Sajjad Izadi5-Jun-08 0:57
Sajjad Izadi5-Jun-08 0:57 
GeneralRe: Array Management Pin
moon_stick5-Jun-08 1:39
moon_stick5-Jun-08 1:39 
GeneralRe: Array Management Pin
DaveyM695-Jun-08 12:01
professionalDaveyM695-Jun-08 12:01 
GeneralRe: Array Management Pin
Robert.C.Cartaino6-Jun-08 6:12
Robert.C.Cartaino6-Jun-08 6:12 
GeneralRe: Array Management Pin
Sajjad Izadi13-Jun-08 21:09
Sajjad Izadi13-Jun-08 21:09 
AnswerRe: Array Management Pin
Guffa5-Jun-08 1:33
Guffa5-Jun-08 1:33 
AnswerRe: Array Management Pin
#realJSOP5-Jun-08 2:51
professional#realJSOP5-Jun-08 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.