Dimension property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

long Dimension

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the dimension value.

The Dimension property is associated with the following dialog boxes:

Average dialog box:

In this case it represents the size of the averaging neighborhood. It is the length, in pixels, of one side of a square. The size ranges from 2 to 255.

MaxFilter dialog box:

In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 100.

Median dialog box:

In this case it represents the size of the neighborhood used to determine the median. It is the length, in pixels, of one side of a square. Possible values range from 2 to 100.

MinFilter dialog box:

In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 100.

Mosaic dialog box:

In this case it represents the dmensions of the tiles (uDim x uDim), in pixels. Possible values range from 2 to 64.

MotionBlur dialog box:

In this case it represents the size of the blur effect, in pixels. Possible values range from 3 - 100.

Oilify dialog box:

In this case it represents the Dimensions of the neighborhood used for filtering (uDim x uDim), in pixels. Possible values range from 2 to 255.

See Also

Elements

ShowMotionBlurDlg method, ShowAverageDlg method, ShowMedianDlg method, ShowMaxFilterDlg method, ShowMinFilterDlg method, ShowEmbossDlg method, ShowOilifyDlg method, ShowMosaicDlg method, Angle property, EnableUnidirectional property