I have height, width1 and width2 of a 4 sided polygon. how to detect mouse is clicked in that region.
feedback
|
|
You're looking for a "point in polygon" algorithm. This link has a description and an implementation example. | |||||
feedback
|