arun vallappan
08-05-2007, 10:44 PM
Hi,
the following code draws a curve from (fromX,fromY) to (toX,toY)
using (contX,contY) as control points.
drawingsurface.graphics.moveTo(fromX,fromY);
drawingsurface.graphics.curveTo(contX,contY,toX,to Y);
now,in this curve i need to put an arrow,for that i need a point through
which the curve passes.how do i find it?
can anyone help me?
Thanx,,
Arun vallappan
the following code draws a curve from (fromX,fromY) to (toX,toY)
using (contX,contY) as control points.
drawingsurface.graphics.moveTo(fromX,fromY);
drawingsurface.graphics.curveTo(contX,contY,toX,to Y);
now,in this curve i need to put an arrow,for that i need a point through
which the curve passes.how do i find it?
can anyone help me?
Thanx,,
Arun vallappan