corientdev / imagelistview

Automatically exported from code.google.com/p/imagelistview
1 stars 0 forks source link

thumbnail rotaion #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
How to rotate to different angles....
I tried with following code...but not working.

imageListView1.Items[0].ThumbnailImage.RotateFlip(RotateFlipType.Rotate180FlipXY
);

Original issue reported on code.google.com by naresh.m...@gmail.com on 27 Jun 2012 at 1:21

GoogleCodeExporter commented 9 years ago
Thumbnails should be considered read only. You can however, rotate the original 
image and then update the thumbnail.

Original comment by oozcitak on 6 Jul 2012 at 1:50