Click or drag to resize

IBitmapImageLogicalDifference Method

Overload List
  NameDescription
Public methodLogicalDifference(IBitmapImage)
Performs a 'Set' difference. Where the images intersect, black colour is output. Otherwise, the original pixel is output.
Public methodLogicalDifference(IBitmapImage, Single, Int32)
Performs a 'Set' difference. Where the images intersect, intersect Colour is output. Otherwise, the original pixel is output. Parameter matchAccuracy specifies the accuracy for the intersection.
Top
See Also