BatchImagePro Class Library
BatchImagePro Class Library
CohesiveComputing.Imaging
IBitmapImage Interface
IBitmapImage Methods
Subtract Method
Subtract Method (IBitmapImage)
Subtract Method (IBitmapImage, Single)
IBitmapImage
Subtract Method (IBitmapImage)
Performs arithmetic subtraction from instance image. Negative results are forced to 0 (black).
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
Copy
IBitmapImage
Subtract
(
IBitmapImage
diffImage
)
Parameters
diffImage
Type:
CohesiveComputing.Imaging
IBitmapImage
Image to subtract. Must have same dimensions as instance image.
Return Value
Type:
IBitmapImage
A new image instance with effect applied.
Exceptions
Exception
Condition
ArgumentNullException
diffImage
See Also
Reference
IBitmapImage Interface
Subtract Overload
CohesiveComputing.Imaging Namespace
© Cohesive Computing Ltd - BatchImagePro