I have a series of objects that extend a UI Component and I correctly draw a list of polypoints in the UIcomponent. I use the UIComponent for the tooltips, mouse events and some other stuff. My probably is that ultimately UIComponent is a rectangle. is there a different base component I should use or is there a way for me to do a hittest on mouse events to say whether the mouse is in/out of the component?
Rich