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.Int32
|
Item[Int32, Int32]
Declaration
public Color this[int row, int column] { get; set; }
Parameters
System.Int32
row
|
System.Int32
column
|
Property Value
System.Drawing.Color
|
Width
Declaration
public int Width { get; }
Property Value
System.Int32
|
Methods
AreExact(PixelMap)
Compare(PixelMap, Double)
Declaration
public bool Compare(PixelMap map, double tolerancePercent)
Parameters
PixelMap
map
|
System.Double
tolerancePercent
|
Returns
System.Boolean
|
FromBitmap(Bitmap)
Declaration
public static PixelMap FromBitmap(Bitmap bitmap)
Parameters
System.Drawing.Bitmap
bitmap
|
Returns
PixelMap
|