[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.PrecCoordInfo.-ctor

PrecCoordInfo Constructor

PrecCoordInfo(int, int, int, int, int, int)

Constructor. Creates a PrecCoordInfo object.

Declaration
public PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref)
Parameters
Type Name Description
int ulx

Horizontal upper left coordinate in the subband

int uly

Vertical upper left coordinate in the subband

int w

Precinct's width

int h

Precinct's height

int xref

The horizontal coordinate on the reference grid

int yref

The vertical coordinate on the reference grid

PrecCoordInfo()

Empty Constructor. Creates an empty PrecCoordInfo object.

Declaration
public PrecCoordInfo()