C# Class CSJ2K.j2k.codestream.HeaderInfo.CRG

Internal class holding information found in the CRG marker segment
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Свойство Type Description
lcrg int
xcrg int[]
ycrg int[]

Méthodes publiques

Méthode Description
CRG ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in the CRG marker segment

Private Methods

Méthode Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

CRG() public méthode

public CRG ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
Résultat System

ToString() public méthode

Display information found in the CRG marker segment
public ToString ( ) : System.String
Résultat System.String

Property Details

lcrg public_oe property

public int lcrg
Résultat int

xcrg public_oe property

public int[] xcrg
Résultat int[]

ycrg public_oe property

public int[] ycrg
Résultat int[]