Value property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

short Value

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that represents the amount of stretching.

The Value 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, 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, CenterX property, CenterY property, FillColor property