C# 클래스 SixLabors.ImageSharp.Formats.Tiff.TiffThrowHelper

Cold path optimizations for throwing tiff format based exceptions.
파일 보기 프로젝트 열기: SixLabors/ImageSharp 1 사용 예제들

비공개 메소드들

메소드 설명
InvalidColorType ( string colorType ) : Exception
NotSupportedCompressor ( string compressionType ) : Exception
NotSupportedDecompressor ( string compressionType ) : Exception
ThrowArgumentException ( string message ) : void
ThrowImageFormatException ( string errorMessage ) : Exception
ThrowInvalidHeader ( ) : Exception
ThrowNotSupported ( string message ) : void