Click or drag to resize

OverlayCommand Constructor (AtalaImage, Point)

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
)

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.
See Also