i do not seem to get your point... quick example: x = 5 ; y = 5 ;
lineTo(x,y) ; x y is now your last coordinate... On Thu, Nov 6, 2008 at 9:29 PM, pratikshah83 <[EMAIL PROTECTED]> wrote: > Yes you are correct it moves the current position to the last lineto > coordinates, but I need to get the values of that coordinates as i > need to store them and reuse it to draw a line from some other point > to that stored point. > > Can you let me know how can i get the coordinates. > > Thanks > Pratik > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Fotis > Chatzinikos" > > <[EMAIL PROTECTED]> wrote: > > > > as far as i can remember the coordinate is the coordinate you used > to your > > last call of lineTo... > > > > On Thu, Nov 6, 2008 at 9:17 PM, pratikshah83 <[EMAIL PROTECTED]> wrote: > > > > > Hi Guys, > > > > > > I would like to know how to get the coordinates of current location > > > after drawing graphics.lineto(). > > > > > > Thanks > > > Pratik > > > > > > > > > > > > > > > > > -- > > Fotis Chatzinikos, Ph.D. > > Founder, > > Phinnovation > > [EMAIL PROTECTED], > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

