![]() |
|
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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. Thanx Tomy. |
|
#3
|
|||
|
|||
|
There are several components out there which can draw graphs, etc. Search DSP and Torry's.
George |
![]() |
| Thread Tools | |
| Display Modes | |
|
|