Click or drag to resize

DeInterlaceCommand Constructor (DeInterlaceMethod, DeInterlaceRetention)

Initializes a new instance of DeInterlaceCommand specifying the de-interlace method and which lines to retain.

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,
	DeInterlaceRetention retention
)

Parameters

method
Type: Atalasoft.Imaging.ImageProcessing.EffectsDeInterlaceMethod
The de-interlace method.
retention
Type: Atalasoft.Imaging.ImageProcessing.EffectsDeInterlaceRetention

Specifies which lines to retain.

See Also