Click or drag to resize

IndirectionImageSourceAdd Method (AtalaImage)

Adds an AtalaImage to the end of the image source.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to add.
Exceptions
ExceptionCondition
Thrown if the image is null (Nothing in VB).
See Also