Click or drag to resize

IBitmapImageLogicalDifference Method (IBitmapImage)

Performs a 'Set' difference. Where the images intersect, black colour is output. Otherwise, the original pixel is output.

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

Parameters

diffImage
Type: CohesiveComputing.ImagingIBitmapImage
Image to difference with.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
Exceptions
ExceptionCondition
ArgumentNullExceptiondiffImage
See Also