PixelMap Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonPixelMap

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class PixelMap

The PixelMap type exposes the following members.

Properties

  NameDescription
Public propertyHeight
The height of the map
Public propertyItem
Access the color of a pixel.
Public propertyWidth
The width of the map
Top
Methods

  NameDescription
Public methodAreExact
Whether two pixel maps are exactly the same.
Public methodCompare
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
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromBitmap
Create a pixel map from a bitmap.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHistogram
Return the histogram of this image.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference