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

Afficher le fichier Open project: Core-Techs/TiffLibrary

Méthodes publiques

Свойство Type Description
code short
length short
runlen short

Méthodes publiques

Méthode Description
FromArray ( short array, int entryNumber ) : tableEntry
tableEntry ( short _length, short _code, short _runlen ) : System

Method Details

FromArray() public static méthode

public static FromArray ( short array, int entryNumber ) : tableEntry
array short
entryNumber int
Résultat tableEntry

tableEntry() public méthode

public tableEntry ( short _length, short _code, short _runlen ) : System
_length short
_code short
_runlen short
Résultat System

Property Details

code public_oe property

public short code
Résultat short

length public_oe property

public short length
Résultat short

runlen public_oe property

public short runlen
Résultat short