Graphics 2D strategy

mike5676

New member
Joined
Jan 3, 2025
Messages
2
Programming Experience
Beginner
I'm trying to write a simple app using the maui api. I would like to draw an image, and then overlay a 2nd image which I would like to rotate. I find only the last image drawen is displayed. & any canvas rotatation of a drawen image is ignored. I can draw each of the images using PathF (arcs & lines), but any attempt to rotate them just makes the path image gobledyGook. Drawing a canvas with a single path to construct both images is too complex even before I conside any rotation which destroys the image.

Are there any strategies I can use, or examples where the above works.
 
Can you post a minimal example of your code?
 
Re compiled the c# code after a night off, and now it works as expected!
Overlaying images works, rotations of arcs also works. no explanation of why, but must have been finger trouble.
 
Back
Top Bottom