This method copies/merges the specified object over the background image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MergeObject(
	IEObject obj,
	bool antialias
)
Public Sub MergeObject ( _
	obj As IEObject, _
	antialias As Boolean _
)
public:
void MergeObject(
	IEObject^ obj, 
	bool antialias
)

Parameters

obj
IEObject
The object to render.
antialias
Boolean
This is true if you want to apply the antialias filter.

See Also