Angle property (LEADDlgColor Control)
Builder Syntax |
L_INT Angle |
Delphi Syntax |
Angle: L_INT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets the angle value.
This property is associated with the following dialog boxes:
In this case it represents the amount to change the hue, in degrees. Possible values range from -180 to 180. | |
In this case it represents the angle of rotation, expressed in hundredths of degrees. Possible values range from -36000 to 36000. A value of 0 produces a horizontal halftone pattern. This property specifies the number of degrees to change the pattern. Positive values rotate the pattern clockwise; negative values rotate the pattern counterclockwise. This value is ignored if HalftoneType is HT_RECT, HT_CIRC, HT_RAND or HT_USERDEF. |
See Also