[]
Constructor. Creates a CoordInfo object.
public CoordInfo(int ulx, int uly, int w, int h)
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 |
Empty contructor
public CoordInfo()