Click or drag to resize

OverlayCommand Constructor (AtalaImage, Point, Double)

Overlay one 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,
	double opacity
)

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.
opacity
Type: SystemDouble
The amount of transparency used for the top image.
See Also