Rotate the dial on top of a semi circular(Northern Hemisphere) image as background. range could be 0 - 180 degrees. on input to the method that does canvas transformation, the dial would rotate and stop over the matched value. Here's what I was trying based on help and sample passed on by phrogz
feedback
|
|
In general, what you want to do is:
In code:
Here's a working example showing this in action. (The math for the rotation was just experimentally hacked to find a swing amount and offset in radians that fit the quickly-sketched gauge dial.) As may be evident, you can substitute the
Using context translation is recommended when you have multiple objects to draw at the same location. | |||||||||||||||
feedback
|