This function will overlay an image on top of the current image using the alpha channel of the top image to blend with the bottom image.
Public Sub ImageWithAlpha( _
ByVal TopImage As ImgX_Image, _
Optional ByVal X As Long = 0, _
Optional ByVal Y As Long = 0, _
Optional ByVal UndoText As String = "" _
) ImgX_Draw Object | Draw.ImageWithMergeOptions | Draw.Image
© 2000-2005 Atalasoft, Inc.