AynRandDuran / Encuentralo

An adaptation of the card game Spot It for use in educational settings
MIT License
0 stars 0 forks source link

GDIplus sucks for image rotation #5

Open AynRandDuran opened 5 years ago

AynRandDuran commented 5 years ago

Image rotation in GDIplusImage literally just does not work. Some messages for it exist but don't work, and if they did they're extremely limiting. Looks like GdiplusGraphics has practical methods for rotation but I haven't messed with it much yet.

AynRandDuran commented 5 years ago

Turned images into ObjectInside since those already know how to handle rotation and other things, including drawing to a canvas.