Hello, there are two questions:
1) we have an image with size
Height = 1920
Width = 1080
We load it in SfImageEditor (editor.Bitmap =)
And we execute the editor.Rotate () command for it, the image in SfImageEditor rotated 90 degrees.
But the image settings in SfImageEditor remained old:
Height = 1920 (editor.Bitmap.Height)
Width = 1080 (editor.Bitmap.Width)
And it should be:
Height = 1080
Width = 1920
How to get the current size?
2) Upload the image to SfImageEditor, make a crop, draw with a pencil on the modified image, save. What was drawn with a pencil has changed in size and shifted.