Deinterlaces current image with the specified algorithm.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Deinterlace(
	DeinterlaceMode mode
)
Public Sub Deinterlace ( _
	mode As DeinterlaceMode _
)
public:
void Deinterlace(
	DeinterlaceMode mode
)

Parameters

mode
DeinterlaceMode
The interlace algorithm.

See Also