DeInterlaceCommand.MergeMethod 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)
Syntaxpublic DeInterlaceMergeMethod MergeMethod { get; set; }
Public Property MergeMethod As DeInterlaceMergeMethod
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