Click here to Skip to main content
15,909,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 13:55
Green Fuze25-Oct-05 13:55 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:08
Green Fuze25-Oct-05 14:08 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:11
protectorChristian Graus25-Oct-05 14:11 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:34
Green Fuze25-Oct-05 14:34 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:45
protectorChristian Graus25-Oct-05 14:45 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:48
Green Fuze25-Oct-05 14:48 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:53
protectorChristian Graus25-Oct-05 14:53 
AnswerRe: Question about draw method (basic question) Pin
Mark Hahn CA25-Oct-05 20:04
Mark Hahn CA25-Oct-05 20:04 
1) Try drawline(pen, point1, point2) where point2 has x and y values that are one greater than in point1. I'm not sure about Windows graphics, but many others I've worked on plot from the first point to one less than the second. In other words the length of the line is the distance between the two points and since you have identical beginning and end points the distance is zero which means nothing is drawn.

2) The simple transformation (x,y) <= (x+a,y+b) will move the origin of (x,y) to any (a,b) point.
QuestionLogic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 12:37
MrBic25-Oct-05 12:37 
AnswerRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:13
protectorChristian Graus25-Oct-05 13:13 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:22
MrBic25-Oct-05 13:22 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:28
protectorChristian Graus25-Oct-05 13:28 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:36
MrBic25-Oct-05 13:36 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:47
protectorChristian Graus25-Oct-05 13:47 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:28
MrBic25-Oct-05 13:28 
QuestionConvert \xF3 to char &#243; Pin
IsaacB25-Oct-05 10:28
IsaacB25-Oct-05 10:28 
AnswerRe: Convert \xF3 to char &#243; Pin
Joe Woodbury25-Oct-05 12:09
professionalJoe Woodbury25-Oct-05 12:09 
QuestionSaving dynamic content? Pin
Sled Dog25-Oct-05 9:23
Sled Dog25-Oct-05 9:23 
AnswerRe: Saving dynamic content? Pin
Sled Dog25-Oct-05 10:23
Sled Dog25-Oct-05 10:23 
QuestionRichTextBox and highlighting Pin
Paolo Ponzano25-Oct-05 9:05
Paolo Ponzano25-Oct-05 9:05 
AnswerRe: RichTextBox and highlighting Pin
mikanu25-Oct-05 13:20
mikanu25-Oct-05 13:20 
QuestionUpdating UI from worker thread ASP.NET (not WinForms) Pin
Christopher Duncan25-Oct-05 8:39
Christopher Duncan25-Oct-05 8:39 
AnswerRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
Dave Kreskowiak25-Oct-05 10:10
mveDave Kreskowiak25-Oct-05 10:10 
GeneralRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
Christopher Duncan25-Oct-05 10:40
Christopher Duncan25-Oct-05 10:40 
AnswerRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
David Stone25-Oct-05 14:05
sitebuilderDavid Stone25-Oct-05 14:05 

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.