MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetWidth

Method SetWidth

include/Image.hpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected