S
Steven
Hi,
I have to draw a geometric form quite complex, like a car for example.
Then, i need to know which part of the car the user has clicked on.
In vb6 i would have used the "shapes" component to draw the car and then use
a mathemtical formula to test if the user is in or out of the car.
In C#, i don't see any componant to draw geometric forms at design time.
Is there any ?
Is there a best solution in C# ?
Thanks !
I have to draw a geometric form quite complex, like a car for example.
Then, i need to know which part of the car the user has clicked on.
In vb6 i would have used the "shapes" component to draw the car and then use
a mathemtical formula to test if the user is in or out of the car.
In C#, i don't see any componant to draw geometric forms at design time.
Is there any ?
Is there a best solution in C# ?
Thanks !