C# 클래스 DrawingTestHelper.PDComparer

Summary description for PDComparer.
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
Compare ( Bitmap b1, Bitmap b2 ) : double

비공개 메소드들

메소드 설명
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

메소드 상세

Compare() 공개 정적인 메소드

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