Skip to content

ImageOverlay_RotationAngle

property

Delphi
property ImageOverlay_RotationAngle: Double read GetImageOverlayRotationAngle write SetImageOverlayRotationAngle;
C++Builder
__property double ImageOverlay_RotationAngle = {read=GetImageOverlayRotationAngle, write=SetImageOverlayRotationAngle};
C#
public double ImageOverlay_RotationAngle { get; set; }
VB.NET
Public Property ImageOverlay_RotationAngle As Double
C++/Qt
double GetImageOverlay_RotationAngle (int Index);
double GetImageOverlay_RotationAngle ();
void SetImageOverlay_RotationAngle (int Index, double Value);
void SetImageOverlay_RotationAngle (double Value);

specifies a rotation angle for the current image overlay selected by ImageOverlaySelector. By default the rotation angle is 0.0, it can be any value between 0.0 and 360.0.