* Set the height of the image canvas. * * @see ResizeCanvas */
| 338 | * @see ResizeCanvas |
| 339 | */ |
| 340 | void SetHeight(int height, int offsetX = 0, int offsetY = 0, ::Color fill = {255, 255, 255, 255}) { |
| 341 | ResizeCanvas(width, height, offsetX, offsetY, fill); |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Retrieve the width and height of the image. |
nothing calls this directly
no outgoing calls
no test coverage detected