Click or drag to resize

OverlayMaskedDocumentCommand Constructor (AtalaImage, AtalaImage)

Creates a new instance of OverlayMaskedDocumentCommand specifying topImage and mask.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OverlayMaskedDocumentCommand(
	AtalaImage topImage,
	AtalaImage mask
)

Parameters

topImage
Type: Atalasoft.ImagingAtalaImage
The top binary image to overlay.
mask
Type: Atalasoft.ImagingAtalaImage
A binary image indicating the transparent and opaque regions of the overlay.
Exceptions
ExceptionCondition
Thrown if the topImage or mask is not a 1-bit image.
See Also