Draws all vectorial objects on the specified IEImage object (target). Antialias parameter .

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DrawObjectsTo(
	IEImage image,
	bool antialias
)
Public Sub DrawObjectsTo ( _
	image As IEImage, _
	antialias As Boolean _
)
public:
void DrawObjectsTo(
	IEImage^ image, 
	bool antialias
)

Parameters

image
IEImage
The target IEImage object
antialias
Boolean
Enables/disables the antialias filter

See Also