C# 클래스 Pinta.ImageManipulation.UnitTests.BaseTest

파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

보호된 메소드들

메소드 설명
Compare ( Bitmap actual, string expected ) : void
GetExpectedImage ( string name ) : Bitmap
GetSourceImage ( string name ) : Bitmap

메소드 상세

Compare() 보호된 메소드

protected Compare ( Bitmap actual, string expected ) : void
actual System.Drawing.Bitmap
expected string
리턴 void

GetExpectedImage() 보호된 메소드

protected GetExpectedImage ( string name ) : Bitmap
name string
리턴 System.Drawing.Bitmap

GetSourceImage() 보호된 메소드

protected GetSourceImage ( string name ) : Bitmap
name string
리턴 System.Drawing.Bitmap