Hi,
I'm writing an application that creates a graphical 'dial', like a clock. Each element in the dial is created and then added to the dial in a clockwise fashion - imagine creating a single element with the hour 1 that includes the minute strokes, the number '1' and other embelishments, drawing it, then repeting for the hour 2, etc.
Rather than recalculating the plotting angles and positions for each element in the dial, depending on where the dial element is to be positioned/rotated, can I create all the lines, ticks and text etc for each element as a graphical 'group' and then perform a rotate transform on this entire group?
Thanks for any help.