WriteImage
This function writes an image into an existing image by overlaying it. This allows either merging of two images or if the new image has a tranparent background of overlaying.
Note: This is a static function not a class method
WriteImage(lcSource,lcInsert,lnLeft,lnTop)
Parameters
lcSource
Source image
lcInsert
Image to insert.
lnLeft
Left position to insert at.
lnTop
Top position to insert at.
Remarks
Uses wwImaging.dll shipped in the Web Connection directory.
See also
Class wwAPI