Hi! I'm having an issue regarding rotating an image using GDIPlus. I'm trying to draw an image at the center of the GUI, with the center of the image as it's origin. I would like to rotate this image around it's origin points. This is what I currently have. #include <GDIPlus.au3> Global $hGraphic = -1 Global $hBitmap = -1 Global $hBackbuffer = -1 Global $hArrowTexture = -1 Global $hArrowBitmap = -1 Global $hArrowGC = -1 Global $hArrowMatrix = -1   ; NOTES ; image width = 112 ; i