See Also Examples Applies To
Erodes black pixels into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
This filter retains the black pixels surrounded in the 8 directions: E, NE, SE, S, SW, W, NW, N. His action is more sensitive than FxErode4.
This function should be use only on bitonal images.
Syntax
object.FxErode8 ()
The FxErode8 syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. GdPictureStatus
Category
Bitonal Image Enhancement Functions