I am drawing a line in XNA by using a paint picture of one pixel, then fitting that pixel into a rectangle of height 100, with 2, so it appears as a line. This way I can later draw a rectangle.
I also want to rotate the rectangle but the rotation center is always it's upper left corner. How can I change this?