Eyeshot 10 WinForms API Reference
CompareWithReferenceImage(Bitmap,Bitmap,Bitmap,Double,Color) Method

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class > CompareWithReferenceImage Method : CompareWithReferenceImage(Bitmap,Bitmap,Bitmap,Double,Color) Method
The reference bitmap
The current bitmap as input
The generated image with the differences
Transparency factor [between 0.0 and 1.0] for the generated image.
The color used to show the differences
Executes a 3D scene visual testing.
Syntax
'Declaration
 
Public Overloads Function CompareWithReferenceImage( _
   ByVal expectedImage As Bitmap, _
   ByVal actualImage As Bitmap, _
   ByRef diffImage As Bitmap, _
   ByVal pixelTransparency As Double, _
   ByVal errorPixelColor As Color _
) As Double
public double CompareWithReferenceImage( 
   Bitmap expectedImage,
   Bitmap actualImage,
   out Bitmap diffImage,
   double pixelTransparency,
   Color errorPixelColor
)

Parameters

expectedImage
The reference bitmap
actualImage
The current bitmap as input
diffImage
The generated image with the differences
pixelTransparency
Transparency factor [between 0.0 and 1.0] for the generated image.
errorPixelColor
The color used to show the differences

Return Value

The mismatch percentage
See Also

Reference

ViewportLayout Class
ViewportLayout Members
Overload List