Click or drag to resize

IBitmapImageAdd Method (IBitmapImage)

Performs arithmetic add of image2 to instance.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Add(
	IBitmapImage image2
)

Parameters

image2
Type: CohesiveComputing.ImagingIBitmapImage
Image to add. Must have same dimensions as instance image.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentNullExceptionimage2.
ArgumentExceptionImage dimensions mis-match. - image2
See Also