ClassPixelMap
Class
Pixel map.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class PixelMap
Inheritance: objectPixelMap
Properties
Height
The height of the map
this[int, int]
Access the color of a pixel.
Methods
AreExact(PixelMap)
Whether two pixel maps are exactly the same.
Compare(PixelMap, double)
Compare this map to another map and return whether they match within the tolerance percent 0 tolerance means they both need to be exact matches 1% means we can tolerate 1% of the pixels being difference
FromBitmap(Bitmap)
Create a pixel map from a bitmap.
GetHistogram()
Return the histogram of this image.