[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.PrecInfo.-ctor

PrecInfo Constructor

PrecInfo(int, int, int, int, int, int, int, int, int)

Class constructor.

Declaration
public PrecInfo(int r, int ulx, int uly, int w, int h, int rgulx, int rguly, int rgw, int rgh)
Parameters
Type Name Description
int r

Resolution level index.

int ulx

Precinct horizontal offset.

int uly

Precinct vertical offset.

int w

Precinct width.

int h

Precinct height.

int rgulx

Precinct horizontal offset in the image reference grid.

int rguly

Precinct horizontal offset in the image reference grid.

int rgw

Precinct width in the reference grid.

int rgh

Precinct height in the reference grid.