BatchImagePro Class Library
BatchImagePro Class Library
CohesiveComputing.Imaging
IBitmapImage Interface
IBitmapImage Methods
Add Method
Add Method (IBitmapImage)
Add Method (IBitmapImage, Single)
IBitmapImage
Add 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#
Copy
IBitmapImage
Add
(
IBitmapImage
image2
)
Parameters
image2
Type:
CohesiveComputing.Imaging
IBitmapImage
Image to add. Must have same dimensions as instance image.
Return Value
Type:
IBitmapImage
A new image instance with effect applied.
Exceptions
Exception
Condition
ArgumentNullException
image2.
ArgumentException
Image dimensions mis-match. - image2
See Also
Reference
IBitmapImage Interface
Add Overload
CohesiveComputing.Imaging Namespace
© Cohesive Computing Ltd - BatchImagePro