Click or drag to resize

OverlayMergedCommand Constructor (AtalaImage, Point, MergeOption, Double)

Initializes a new instance of %OverlayMergedCommand% specifying the top image, position of the image, the merge option, and a factor used for some merge options.

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,
	double factor
)

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.
factor
Type: SystemDouble
A factor applied to some of the merge options. For example when using the Fast merge option, this value would be opacity (0 to 1).
See Also