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