C# Class OpenMetaverse.Imaging.OpenJPEG.J2KLayerInfo

Defines the beginning and ending file positions of a layer in an LRCP-progression JPEG2000 file
Datei anzeigen Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Properties

Property Type Description
End int
Start int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

End public_oe property

public int End
return int

Start public_oe property

public int Start
return int