[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.CoordInfo.-ctor

CoordInfo Constructor

CoordInfo(int, int, int, int)

Constructor. Creates a CoordInfo object.

Declaration
public CoordInfo(int ulx, int uly, int w, int h)
Parameters
Type Name Description
int ulx

The horizontal upper left coordinate in the subband

int uly

The vertical upper left coordinate in the subband

int w

The width

int h

The height

CoordInfo()

Empty contructor

Declaration
public CoordInfo()