* Returns the effective width. * * If the preferred width and height are set to Resizer.AUTO_SIZE, the base width will be returned. * * @deprecated Use width instead. * @return {Number} The effective width.
()
| 169 | */ |
| 170 | |
| 171 | getWidth() { |
| 172 | |
| 173 | return this.width; |
| 174 | |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Returns the effective height. |