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

Internal class holding information found in the RGN marker segments
Datei anzeigen Open project: cureos/csj2k

Public Properties

Property Type Description
crgn int
lrgn int
sprgn int
srgn int

Public Methods

Method Description
RGN ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in this RGN marker segment

Private Methods

Method Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

RGN() public method

public RGN ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
return System

ToString() public method

Display information found in this RGN marker segment
public ToString ( ) : System.String
return System.String

Property Details

crgn public_oe property

public int crgn
return int

lrgn public_oe property

public int lrgn
return int

sprgn public_oe property

public int sprgn
return int

srgn public_oe property

public int srgn
return int