Click or drag to resize

OverlayMergedCommand Constructor (AtalaImage, Point, MergeOption)

Initializes a new instance of %OverlayMergedCommand% specifying the top image, position of the image, and the merge option.

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 OverlayMergedCommand(
	AtalaImage topImage,
	Point position,
	MergeOption mergeOption
)

Parameters

topImage
Type: Atalasoft.ImagingAtalaImage
The image that will be overlayed onto the source image.
position
Type: System.DrawingPoint
The position of the top image onto the source image.
mergeOption
Type: Atalasoft.Imaging.ImageProcessingMergeOption
Specifies how the top and bottom pixels wil be merged together.
See Also