IndirectionImageSource.Add 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)
Syntaxpublic void Add(
AtalaImage image
)
Public Sub Add (
image As AtalaImage
)
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The image to add.
ExceptionsException | Condition |
---|
| Thrown if the image is null (Nothing in VB). |
See Also