A Little Help Needed Rotating Ellipses!

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top