PictureEffects Xojo and Real Studio Plugin

ImageComparer.Compare Method

A simple comparison that just returns true or false.

Compare(
   p1 as Picture,
   p2 as Picture) as Boolean

Parameters

p1
One of the picture to compare.
p2
The other picture to compare.

Returns

Boolean
true if the images are identical, false if their not.

Remarks

See Also

ImageComparer Class