Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 03-14-2002, 05:30 AM
mbranco mbranco is offline
Senior Member
 
Join Date: Jan 2001
Posts: 164
Default Newbie Question! Please Help Me.


Hi.
I have a work to do about fhisics moviments.
I have a equation for a velocity object.
I need to make a plot on the screen about that function.
How could i do that?

Someone told me to use canvas.
What is canvas? How could i draw in the form a simulation of a graphic moviment?

Please help me.

Thank's in advance.

Marco Branco
Reply With Quote
  #2  
Old 03-14-2002, 05:43 AM
DarkHorse DarkHorse is offline
Senior Member
 
Join Date: Dec 2000
Posts: 1,636
Default RE: Newbie Question! Please Help Me.

Hi,

A Canvas is nothing but the surface which we are doing.

Try this in ur buttonclick event. It will draw a line in the canvas of the form.

Form1.Canvas.MoveTo(10,10);
Form1.Canvas.LineTo(50,50);

To draw some graph, i think u can use the Decision graph component in the Decision Cube page. Just try and see whether it will satisfy ur requirements.

Hoep this helps.



Pls. accept if it helped.

Thanx
Tomy.
Reply With Quote
  #3  
Old 03-14-2002, 06:42 AM
GeoWink GeoWink is offline
Senior Member
 
Join Date: Jan 2001
Posts: 785
Default RE: Newbie Question! Please Help Me.

There are several components out there which can draw graphs, etc. Search DSP and Torry's.

George
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 05:59 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.