See Also Examples Applies To
Dilates black pixels into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
This filter helps to dilate black pixels in the 8 directions: E, NE, SE, S, SW, W, NW, N. His action is more sensitive than FxDilate4.
This function should be use only on bitonal images.
Syntax
object.FxDilate8 ()
The FxDilate8 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