Click or drag to resize

OverlayMaskedDocumentCommand Constructor (AtalaImage, AtalaImage, Point)

Creates a new instance of OverlayMaskedDocumentCommand specifying topImage, mask and position.

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,
	Point position
)

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.
position
Type: System.DrawingPoint
The position of the top image on the bottom image.
Exceptions
ExceptionCondition
Thrown if the topImage or mask is not a 1-bit image.
See Also