C# 클래스 BitMiracle.LibTiff.Classic.Internal.JpegErrorManager

LibJpeg.Net interface layer. We handle fatal errors when they are encountered within the JPEG library. We also direct LibJpeg.Net error and warning messages through the appropriate LibTiff.Net handlers.
상속: BitMiracle.LibJpeg.Classic.jpeg_error_mgr
파일 보기 프로젝트 열기: Core-Techs/TiffLibrary

공개 메소드들

메소드 설명
JpegErrorManager ( JpegCodec sp ) : System
error_exit ( ) : void
output_message ( ) : void

메소드 상세

JpegErrorManager() 공개 메소드

public JpegErrorManager ( JpegCodec sp ) : System
sp JpegCodec
리턴 System

error_exit() 공개 메소드

public error_exit ( ) : void
리턴 void

output_message() 공개 메소드

public output_message ( ) : void
리턴 void