Reputation:
I'm trying to use Hot Spots in C# to detect a mouse click on a betting table.
Upvotes: 0
Views: 1164
Reputation: 34810
You should be able to define a "hot spot" with the following:
If this is a Windows Forms app, you should be able to use a transparent image to "highlight" the area when the user mouses over it. There are other techniques for this in web application using javascript.
Upvotes: 1