Registriert seit: 23. Jan 2008
3.686 Beiträge
Delphi 2007 Enterprise
|
Re: Graph zeichnen
28. Nov 2008, 16: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)
|