Thema: Delphi Graph zeichnen

Einzelnen Beitrag anzeigen

Medium

Registriert seit: 23. Jan 2008
3.679 Beiträge
 
Delphi 2007 Enterprise
 
#13

Re: Graph zeichnen

  Alt 28. Nov 2008, 15:47
Code:
------------------------
IA                   BI
I                     I
I                     I
I                     I
I          C         I
I                     I
I                     I
I                     I
ID                   EI
------------------------

A = Position ( 0 | 0 )
B = Position ( Form1.Width | 0 )
C = Position ( Form1.Width Div 2 | Form1.Height div 2 )
D = Position ( 0 | Form1.Height )
E = Position ( Form1.Width | Form1.Height )[/quote]
fixed
"When one person suffers from a delusion, it is called insanity. When a million people suffer from a delusion, it is called religion." (Richard Dawkins)
  Mit Zitat antworten Zitat