[]
Class constructor.
public PrecInfo(int r, int ulx, int uly, int w, int h, int rgulx, int rguly, int rgw, int rgh)
| 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. |