Ok the title might be vague but here is what I want to do.
My application has two wheels. User can rotate the outer wheel to match values in the inner wheel and thus displaying certain results according to the selected value.
Now I can rotate the image fine by setting the transform property. But once transformed, how would I know what is selected on the outer wheel??
One way would be to get the transform property and manipulate it.
But HOW???