ImgThin |
Top Previous Next |
Prototype
ImgThin(intImageHandle)
Description
Thin a monochrome image.
Parameters
intImageHandle: integer value corresponding to the image handle.
Returned value
None.
Notes
See also opposite function ImgThick.
Example
// Thin the image ImgThin(_CurrentImage); |