Search found 1 match

by rowdybull
Wed Jan 13, 2021 7:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Rotate the Image Collection
Replies: 1
Views: 1716

Rotate the Image Collection

This is the code from the example now. I would like to be able to pass in the entire collection and have a rotate all 90, 180, 270 option as well. Has anyone achieved this? case "Rotate90Button": case "Rotate180Button": case "Rotate270Button": var angle = 90; if (id ===...