Stops to send current image to target IEImage. Use IEImage.BeginPostFrames to begin frame sending.

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

Syntax

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

Parameters

target
IEImage
The target image.

See Also