| 329 | * @see ResizeCanvas |
| 330 | */ |
| 331 | void SetWidth(int width, int offsetX = 0, int offsetY = 0, ::Color fill = {255, 255, 255, 255}) { |
| 332 | ResizeCanvas(width, height, offsetX, offsetY, fill); |
| 333 | } |
| 334 | |
| 335 | /** |
| 336 | * Set the height of the image canvas. |
nothing calls this directly
no outgoing calls
no test coverage detected