* Returns the effective height. * * If the preferred width and height are set to Resizer.AUTO_SIZE, the base height will be returned. * * @deprecated Use height instead. * @return {Number} The effective height.
()
| 184 | */ |
| 185 | |
| 186 | getHeight() { |
| 187 | |
| 188 | return this.height; |
| 189 | |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * The resolution scale. |