I have managed to draw a filled rectangle on my image as I wish.
maskPicture.Graphics.FillRect(x, y, 100, 25)
But I want that rectangle to be ‘rotatable’. However, I don’t see a rotate method in the graphics class.
Help?
4 posts - 4 participants