Value property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

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:

Punch dialog box

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.

Bending dialog box

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.

Cylindrical dialog box

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.

Spherize dialog box

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

Elements:

ShowPunchDlg method, ShowBendingDlg method, ShowCylindricalDlg method, ShowSpherizeDlg method, Stress property, CenterPoint property, FillColor property, PunchFlags property, BendingFlags property, CylindricalType property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events