A Little Help Needed Rotating Ellipses!

G

Guest

Hi all,
I am writing a program that has to draw musical notes on a staff.

To do this I need to draw Ellispses (representing the notes) on a horizontal
line and rotate them slightly (by 15 degrees). So there might be say, 3
ellispses each one seperated from the next by 30 pixals along the x-axis but
each ellipse should have the same y coordinate.

However everytime I try and rotate the ellispe using the RotateTransform()
method and then the TranslateTransfor() method (which i use to transform it
back to where i think it should go) it ends up moving around instead of
staying sill and just rotating!
Any help would be grately appreciated
 
G

Glenn Wilson

Why don't you draw the bitmaps of the notes and symboles needed and place
them on the screen when needed. This way you will have more control over it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top