Given only an (x,y) point on the screen (without being allowed to use the mouse), how can you manipulate a custom UserControl?
For example, I have a custom slider that I want to manipulate using only an x, y returned by a vision code (the vision code acts like a mouse, but I am not actually supposed to use the mouse).