Merges all layers and draws the result to Destination bitmap.

This function should replace a sequence of LayersMerge calls. The destination bitmap will not have transparency channel.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersDrawTo(
	IEImage destination
)
Public Sub LayersDrawTo ( _
	destination As IEImage _
)
public:
void LayersDrawTo(
	IEImage^ destination
)

Parameters

destination
IEImage
The destination IEImage image.

See Also