Hello

when you draw a line you have two points i.e start point(x1,y1) end
point(x2,y2)

now the mid point
midx = x2-x1;
midy = y2 - y1;

now start drawing from new mid point.


-- 
Baluvasireddy

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to