Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have drawn two lines and a circle on the form and on the point where two lines intersect i want to use scaling taking that point as center.
How can i do this?
Here are the two lines and circles i have drawn.

VB
e.Graphics.DrawLine(Pens.Black, 186, 210, 471, 210)
    e.Graphics.DrawLine(Pens.Black, 330, 82, 330, 348)
    e.Graphics.DrawEllipse(Pens.Black, 210, 100, 240, 220)


The point where two lines are intersecting are 330,210
Posted
Comments
Maciej Los 10-Jul-14 15:33pm    
It's not looks like custm chart. Rather it's a bitmap...

1 solution

 
Share this answer
 
Comments
Yellow_Flash 11-Jul-14 1:33am    
these links are helpful but my problem is different
thanks for the response

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900