C# 클래스 ImgProc.Shared.OutputPlugin

상속: IOutputPlugin
파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
Dispose ( ) : void
Output ( Bitmap bitmap, string path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

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

public abstract Output ( Bitmap bitmap, string path ) : void
bitmap System.Drawing.Bitmap
path string
리턴 void