TwwImageControl.RotationAngle
Hi.
TwwImageControl.RotationAngle works only value = 0, on Android.
Thanks.
-
1. The camera is in portrait mode.
2. TwwImageControl (inside a TLayoutPanel) is in landscape mode.I need both to be in portrait mode.
The code below do not help:
procedure TForm.editRotationAngleClosePopup(Sender: TObject);
begin
case editRotationAngle.ItemIndex of
0: panelPhoto.RotationAngle := 0;
1: panelPhoto.RotationAngle := 90;
2: panelPhoto.RotationAngle := 180;
3: panelPhoto.RotationAngle := 270;
end;
panelphoto.Invalidate
end;Image 1 - camera
image 2 - TwwImageControl
Please sign in to leave a comment.
Comments
3 comments