C# 클래스 CatEye.StageOperation

파일 보기 프로젝트 열기: bigfatbrowncat/CatEye 1 사용 예제들

공개 메소드들

메소드 설명
CalculateEfforts ( IBitmapCore hdp ) : double
OnDo ( IBitmapCore hdp ) : void

보호된 메소드들

메소드 설명
OnParametersChanged ( ) : void
OnReportProgress ( double progress ) : bool
StageOperation ( StageOperationParameters parameters ) : System

메소드 상세

CalculateEfforts() 공개 추상적인 메소드

public abstract CalculateEfforts ( IBitmapCore hdp ) : double
hdp IBitmapCore
리턴 double

OnDo() 공개 추상적인 메소드

public abstract OnDo ( IBitmapCore hdp ) : void
hdp IBitmapCore
리턴 void

OnParametersChanged() 보호된 메소드

protected OnParametersChanged ( ) : void
리턴 void

OnReportProgress() 보호된 메소드

protected OnReportProgress ( double progress ) : bool
progress double
리턴 bool

StageOperation() 보호된 메소드

protected StageOperation ( StageOperationParameters parameters ) : System
parameters StageOperationParameters
리턴 System