Click or drag to resize

DeInterlaceCommand Constructor (DeInterlaceMethod, DeInterlaceMergeMethod)

Initializes a new instance of DeInterlaceCommand specifying the de-interlace method and merging mode.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DeInterlaceCommand(
	DeInterlaceMethod method,
	DeInterlaceMergeMethod mergeMethod
)

Parameters

method
Type: Atalasoft.Imaging.ImageProcessing.EffectsDeInterlaceMethod
The de-interlace method.
mergeMethod
Type: Atalasoft.Imaging.ImageProcessing.EffectsDeInterlaceMergeMethod
The merge method used when merging the odd and even interpolated images.
See Also