CopyAlphaImageTo copies current image inside target bitmap, at destX, destY position.

If the image has an alpha channel, CopyAlphaImageTo copies only visible area.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void CopyAlphaImageTo(
	IEImage targetImage,
	int destX,
	int destY
)
Public Sub CopyAlphaImageTo ( _
	targetImage As IEImage, _
	destX As Integer, _
	destY As Integer _
)
public:
void CopyAlphaImageTo(
	IEImage^ targetImage, 
	int destX, 
	int destY
)

Parameters

targetImage
IEImage
destination image
destX
Int32
destination X coordinate
destY
Int32
destination Y coordinate

See Also