C# Class DrawingTestHelper.PDComparer

Summary description for PDComparer.
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
Compare ( Bitmap b1, Bitmap b2 ) : double

Private Methods

Method Description
CalculateDistance ( Point a, Point b ) : double
CalculateDistance ( int x1, int y1, int x2, int y2 ) : double
DistanceToClosestPoint ( Point p, Bitmap b ) : double
GetPointFromImage ( Bitmap b ) : Point[]
IsPixelExist ( Color c ) : bool
Max ( double a ) : double
PDComparer ( ) : System

Method Details

Compare() public static method

public static Compare ( Bitmap b1, Bitmap b2 ) : double
b1 System.Drawing.Bitmap
b2 System.Drawing.Bitmap
return double