Hit Testing

bri189a

Well-known member
Joined
Sep 11, 2003
Messages
1,004
Location
VA
I developed a method that uses a lot of math and is a pain in the rear to use (because I actually send all the points (however many up to 21) of the polygon rather than just the rect that contains it for complete accuracy). Does .NET have a built in library that Im not finding for hit-testing? Or do some of you more experciened ones have any suggestions on how to do it the easy way?
 
I had to look at in notepad since I only have C#.NET (but I still looked at the EXE), but it looks like Ive deffinitely been doing things the hard way and looks like a couple of those methods Ive been meaning to research I need to go ahead and do (Invalidate()); otherwise that is so unbelievably simple? Was that in a help file that I spaced on? Geez... well hopefully theyll keep that up for awhile for the rest of us who are new to the GDI world. Thanks a lot for your help!
 
Back
Top