Value property (LEADDlgImgEffect Control)
Builder Syntax |
L_INT Value |
Delphi Syntax |
Value: L_INT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that represents the amount of stretching.
This property is associated with the following dialog boxes:
In this case positive values pinch the image toward its center and negative values expand the image away from its center. Valid values range from –500 to 500. | |
In this case positive values stretch the pixels toward edges, and negative values stretch the pixels toward the center. Possible values range from –500 to 500. | |
In this case positive values stretch the pixels toward the bitmap edges, depending on the type of cylinder, and negative values stretch the pixels toward the central line of the cylinder. The valid range is from –100 to 100. | |
In this case where positive values stretch the central pixels toward the edges and negative values stretch the pixels toward the center. Valid range is from –500 to 500. |
See Also