See Also

ImgX_Draw Object  | Draw.ImageWithMergeOptions  | Draw.Image

TopImage
The image to overlay onto the current bottom image. 
X
Horizontal position of top image
Y
Vertical position of top image
UndoText
If undo levels have been enabled with the ImgX.UndoLevels property, this parameter may be used to describe what was done. If omitted, a default text will be used. Alternatively, "No Undo" may be used to skip the creation of an undo level.
See Also Atalasoft - ImgX 6.4 ActiveX dll Submit feedback on this topic

ImageWithAlpha Method

Description

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.

Syntax

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 = "" _
) 

Parameters

TopImage
The image to overlay onto the current bottom image. 
X
Horizontal position of top image
Y
Vertical position of top image
UndoText
If undo levels have been enabled with the ImgX.UndoLevels property, this parameter may be used to describe what was done. If omitted, a default text will be used. Alternatively, "No Undo" may be used to skip the creation of an undo level.

See Also

ImgX_Draw Object  | Draw.ImageWithMergeOptions  | Draw.Image

 

 


© 2000-2005 Atalasoft, Inc.