1
votes
votes
1 answers
c# rotating image around his center
hello the title says everything, i want to rotate an image but it dont rotate around his center it rotates in a circle around the form. for(int i=0;i<500;i++) { Image m=Image.FromFile("C:/p1.png"); using(Gr ...
