Hi,
Iwant to rotate an Image.
Which control will be suitable for it and what method will be used.
I used Image control for it but It has no Rotate property.
any suggestion is appriciate
Printable View
Hi,
Iwant to rotate an Image.
Which control will be suitable for it and what method will be used.
I used Image control for it but It has no Rotate property.
any suggestion is appriciate
The System.Drawing.Image class has a RotateFlip() method.