MergedImageSource Constructor (RandomAccessImageSource) |
Constructs a new MergedImageSource object from zero or more supplied RandomAccessImageSource objects
Namespace:
Atalasoft.Imaging.ImageSources
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public MergedImageSource(
params RandomAccessImageSource[] imageSources
)
Public Sub New (
ParamArray imageSources As RandomAccessImageSource()
)
Parameters
- imageSources
- Type: Atalasoft.ImagingRandomAccessImageSource
A collection of RandomAccessImageSources to be combined.
Remarks Each RandomAccessImageSource provided must be unique. Passing in the same RandomAccessImageSource twice
is an error.
See Also