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