 | IBitmapImageDifference Method |
Performs arithmetic subtraction from instance image. Negative results are forced to positive.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage Difference(
IBitmapImage diffImage
)
Parameters
- diffImage
- Type: CohesiveComputing.ImagingIBitmapImage
Image to subtract. Must have same dimensions as instance image.
Return Value
Type:
IBitmapImageA new image instance with effect applied.
Exceptions
See Also