←Select platform

RotateAngle Property

Summary

Rotate the image in this item around its center at any angle

Syntax
C#
VB
C++
public double RotateAngle { get; set; } 
Public Property RotateAngle() As Double 
   Get 
   Set 
public:  
   property double RotateAngle 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The angle to rotate the image in this item around its center in degrees. Default value is 0.

Remarks

This is a display value and will not change the image data. The item will use the value of Origin as the center for the rotation.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.