[]
Returns the height in pixels of the specified component in the overall image, for the given resolution level.
int getCompImgHeight(int n, int rl)
Function getCompImgHeight(n As Integer, rl As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | n | |
| int | rl | The resolution level, from 0 to L. |
| Type | Description |
|---|---|
| int | The height in pixels of component n in the overall image. |