Click or drag to resize

OverlayMaskedCommand Constructor (AtalaImage, AtalaImage)

Initializes a new instance of %OverlayMaskedCommand% specifying the top image and alpha mask.

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 OverlayMaskedCommand(
	AtalaImage topImage,
	AtalaImage alphaMask
)

Parameters

topImage
Type: Atalasoft.ImagingAtalaImage
The image that will be overlayed onto the source image.
alphaMask
Type: Atalasoft.ImagingAtalaImage
The 8-bit grayscale image representing the transparency of the overlay.
See Also