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:

AntiAlias dialog box:

In this case it represents the size of the anti-aliasing mask. This value represents the side of a square neighborhood. Possible values range from 2 - 100.

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.

RadialBlur dialog box:

In this case it represents the size of the neighborhood used in blurring. Increasing this value will increase the amount of blurring. Possible values range from 2 - 100.

Wind dialog box:

In this case it represents the size, in pixels, of the thin lines used to create the wind effect. Possible values range from 2 - 100.

ZoomBlur dialog box:

In this case it represents the amount of blur. Possible values range from 2 - 100.

See Also

Elements

ShowMotionBlurDlg method, ShowRadialBlurDlg method, ShowZoomBlurDlg method, ShowAntiAliasDlg method, ShowAverageDlg method, ShowMedianDlg method, ShowMaxFilterDlg method, ShowMinFilterDlg method, ShowEmbossDlg method, ShowOilifyDlg method, ShowMosaicDlg method, ShowWindDlg method, Angle property, EnableUnidirectional property, CenterX property, CenterY property, Stress property, Opacity property