Click here to Skip to main content
15,886,052 members
Home / Discussions / C#
   

C#

 
GeneralRe: drawing circles. Pin
_AnsHUMAN_ 28-Jun-09 20:17
_AnsHUMAN_ 28-Jun-09 20:17 
GeneralRe: drawing circles. Pin
dan!sh 28-Jun-09 20:29
professional dan!sh 28-Jun-09 20:29 
GeneralRe: drawing circles. Pin
_AnsHUMAN_ 28-Jun-09 20:52
_AnsHUMAN_ 28-Jun-09 20:52 
GeneralRe: drawing circles. Pin
dan!sh 28-Jun-09 20:58
professional dan!sh 28-Jun-09 20:58 
GeneralRe: drawing circles. Pin
_AnsHUMAN_ 28-Jun-09 21:23
_AnsHUMAN_ 28-Jun-09 21:23 
GeneralRe: drawing circles. Pin
dan!sh 28-Jun-09 21:53
professional dan!sh 28-Jun-09 21:53 
GeneralRe: drawing circles. Pin
_AnsHUMAN_ 28-Jun-09 22:22
_AnsHUMAN_ 28-Jun-09 22:22 
GeneralRe: drawing circles. Pin
dan!sh 28-Jun-09 22:46
professional dan!sh 28-Jun-09 22:46 
Somehow, these look concentric to me.

gx.Clear(this.BackColor);
     gx = this.CreateGraphics();
     gx.DrawEllipse(Pens.Red, (this.Width / 2 - 25), (this.Height / 2 - 25), 50, 50);
     gx.DrawEllipse(Pens.Red, (this.Width / 2 - 50), (this.Height / 2 - 50), 100, 100);
     gx.DrawEllipse(Pens.Red, (this.Width / 2 - 75), (this.Height / 2 - 75), 150, 150);
     gx.DrawEllipse(Pens.Red, (this.Width / 2 - 100), (this.Height / 2 - 100), 200, 200);

GeneralRe: drawing circles. Pin
_AnsHUMAN_ 28-Jun-09 23:12
_AnsHUMAN_ 28-Jun-09 23:12 
GeneralRe: drawing circles. Pin
dan!sh 28-Jun-09 23:36
professional dan!sh 28-Jun-09 23:36 
RantRe: drawing circles. Pin
musefan29-Jun-09 2:38
musefan29-Jun-09 2:38 
QuestionTimed License Pin
anishkannan28-Jun-09 18:45
anishkannan28-Jun-09 18:45 
AnswerRe: Timed License Pin
musefan29-Jun-09 2:41
musefan29-Jun-09 2:41 
AnswerRe: Timed License Pin
LogicNP Software10-Jul-09 19:21
LogicNP Software10-Jul-09 19:21 
QuestionOracle ODP.NET "ORA-06502: PL/SQL: numeric or value error: character string buffer too small" [modified] Pin
devvvy28-Jun-09 18:19
devvvy28-Jun-09 18:19 
QuestionNeed feedback on new Silverlight series Pin
ProtoBytes28-Jun-09 16:45
ProtoBytes28-Jun-09 16:45 
Question[Message Deleted] Pin
JollyMansArt28-Jun-09 14:58
JollyMansArt28-Jun-09 14:58 
AnswerRe: what is wrong? Pin
Luc Pattyn28-Jun-09 15:19
sitebuilderLuc Pattyn28-Jun-09 15:19 
AnswerRe: [Message Deleted] Pin
Luc Pattyn28-Jun-09 16:07
sitebuilderLuc Pattyn28-Jun-09 16:07 
Question64 bit windows Pin
devvvy28-Jun-09 13:19
devvvy28-Jun-09 13:19 
AnswerRe: 64 bit windows Pin
Christian Graus28-Jun-09 13:32
protectorChristian Graus28-Jun-09 13:32 
Questionabout application domain Pin
Seraph_summer28-Jun-09 9:11
Seraph_summer28-Jun-09 9:11 
AnswerRe: about application domain Pin
Manas Bhardwaj28-Jun-09 9:16
professionalManas Bhardwaj28-Jun-09 9:16 
GeneralRe: about application domain Pin
Seraph_summer28-Jun-09 9:41
Seraph_summer28-Jun-09 9:41 
GeneralRe: about application domain Pin
Pete O'Hanlon28-Jun-09 11:20
mvePete O'Hanlon28-Jun-09 11:20 

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.