C# Class BitMiracle.LibTiff.Classic.Internal.CCITTCodec.tableEntry

Show file Open project: Core-Techs/TiffLibrary

Public Properties

Property Type Description
code short
length short
runlen short

Public Methods

Method Description
FromArray ( short array, int entryNumber ) : tableEntry
tableEntry ( short _length, short _code, short _runlen ) : System

Method Details

FromArray() public static method

public static FromArray ( short array, int entryNumber ) : tableEntry
array short
entryNumber int
return tableEntry

tableEntry() public method

public tableEntry ( short _length, short _code, short _runlen ) : System
_length short
_code short
_runlen short
return System

Property Details

code public property

public short code
return short

length public property

public short length
return short

runlen public property

public short runlen
return short