Click or drag to resize

DeInterlaceCommandMergeMethod Property

Gets or sets the merge method to use when merging the odd and even interpolated images.

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 DeInterlaceMergeMethod MergeMethod { get; set; }

Property Value

Type: DeInterlaceMergeMethod
The merge method to use when merging the odd and even interpolated images.
Remarks
Only used for the Merge method.
See Also