Copy all object over background image. This method is a way to convert the vectorial objects in a pixmap image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MergeObjects(
	bool antialias
)
Public Sub MergeObjects ( _
	antialias As Boolean _
)
public:
void MergeObjects(
	bool antialias
)

Parameters

antialias
Boolean
If true applies an antialias filter.

See Also