[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.CoordInfo

CoordInfo Class

This class is used to store the coordinates of objects such as code-blocks or precincts. As this is an abstract class, it cannot be used directly but derived classes have been created for code-blocks and packets (CBlkCoordInfo and PrecCoordInfo).

Inheritance
CoordInfo
Namespace: CSJ2K.j2k.codestream
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public abstract class CoordInfo

Constructors

Name Description
CoordInfo()

Empty contructor

CoordInfo(int, int, int, int)

Constructor. Creates a CoordInfo object.

Fields

Name Description
h

Object's height

ulx

Horizontal upper left coordinate in the subband

uly

Vertical upper left coordinate in the subband

w

Object's width

Methods

Name Description
ToString()

Returns object's information in a String

See Also