Skip to main content

Image transformations

Log in to add to favourites

Members

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ImageTransformations transformations = new ImageTransformations { Crop = new ImageCrop { Height = 1080, Width = 1920, X = 400, Y = 900 }, Quality = 100, Rotate = 90, Size = new ImageSize { Height = 1080, Width = 1920 }, Flip = ImageFlip.Vertical };

Still need help?

New support request