Click or drag to resize

OverlayMergedCommandMergeOption Property

Gets or sets the value of mergeOption
Gets or sets a value indicating how the top and bottom pixels wil be merged together.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public MergeOption MergeOption { get; set; }

Property Value

Type: MergeOption
The type of process used to place the top image onto the bottom.

Property Value

Type: MergeOption
A value indicating how the top and bottom pixels wil be merged together.
Remarks
For 1-bit images, this option can only be LogicalAnd, LogicalOR, LogicalXOR, NegativeAnd, NegativeOR or NegativeXOR. NegativeAnd, NegativeOR, and NegativeXOR can only be used with 1-bit images.
See Also