[]
Returns the width in pixels of the specified component in the overall image, for the given resolution level.
int getCompImgWidth(int c, int rl)
Function getCompImgWidth(c As Integer, rl As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | c | The index of the component, from 0 to N-1. |
| int | rl | The resolution level, from 0 to L. |
| Type | Description |
|---|---|
| int | The width in pixels of component c in the overall image. |