BinaryFilterType property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

BinaryFilterConstants BinaryFilterType

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the binary filter type used with the Binary Filter dialog boxes.

If a user selects a binary filter from one of the binary filter dialog boxes, the BinaryFilterType property is set to a value that corresponds to the filter chosen.

The Binary filter dialog boxes are:

ErosionFilter dialog box:

Erosion filters shrink black objects in the image. The effect is biased in the specified direction. Possible values are:
EROSION_OMNI
EROSION_HORZ
EROSION_VERT
EROSION_DIAG

DilationFilter dialog box:

Dilation filters enlarge black objects in the image. The effect is biased in the specified direction. Possible values are:
DILATION_OMNI
DILATION_HORZ
DILATION_VERT
DILATION_DIAG

See Also

Elements

BinaryFilter method, ShowErosionFilterDlg method, ShowDilationFilterDlg method