Class PixelMap
Inheritance
System.Object
PixelMap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public class PixelMap
Properties
Height
Declaration
public int Height { get; }
Property Value
System.
|
Item[Int32, Int32]
Declaration
public Color this[int row, int column] { get; set; }
Parameters
System.
|
System.
|
Property Value
System.
|
Width
Declaration
public int Width { get; }
Property Value
System.
|
Methods
AreExact(PixelMap)
Compare(PixelMap, Double)
Declaration
public bool Compare(PixelMap map, double tolerancePercent)
Parameters
Pixel
|
System.
|
Returns
System.
|
FromBitmap(Bitmap)
Declaration
public static PixelMap FromBitmap(Bitmap bitmap)
Parameters
System.
|