Angle Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

long Angle;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the Angle value. This property is associated with the following dialog boxes:

Rotate dialog box:

In this case it represents the angle by which to rotate the image entered in the dialog. This angle is measured in hundredths of degrees. Possible values range from –36000 - +36000. A positive value will rotate the image in a clockwise rotation, while a negative value will rotate the image in a counter-clockwise rotation.

Shear dialog box:

In this case it represents the angle of shear. Positive values are for clockwise angles; negative values are for counterclockwise angles. The angle is expressed in hundredths of degrees. Possible values range from –4500 - 4500.

See Also

Elements

ShowRotateDlg method, ShowShearDlg method