Click or drag to resize

OverlayCommand Constructor (AtalaImage, Point, Int32)

Overlay an 8-bit image onto another.

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 OverlayCommand(
	AtalaImage topImage,
	Point position,
	int transparentIndex
)

Parameters

topImage
Type: Atalasoft.ImagingAtalaImage
The image to place onto the bottom image.
position
Type: System.DrawingPoint
Position on the bottom image to place the overlay.
transparentIndex
Type: SystemInt32
The palette index of the color to set as transparent when overlaying.
See Also