C# 클래스 BitMiracle.LibTiff.Classic.Internal.LZWCodec.code_t

파일 보기 프로젝트 열기: Core-Techs/TiffLibrary

공개 프로퍼티들

프로퍼티 타입 설명
firstchar byte
length short
next int
value byte

프로퍼티 상세

firstchar 공개적으로 프로퍼티

public byte firstchar
리턴 byte

length 공개적으로 프로퍼티

public short length
리턴 short

next 공개적으로 프로퍼티

public int next
리턴 int

value 공개적으로 프로퍼티

public byte value
리턴 byte