Prototype
ImgDilate(intImageHandle)
Description
It dilates the monochrome image. For each edge pixel found are added surrouindg pixels, increasing the size of connected components.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
See also opposite function ImgErode.
Example
//It dilate the image
ImgDilate(_CurrentImage);