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

Method GetSize

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

* Retrieve the width and height of the image. */

Source from the content-addressed store, hash-verified

345 * Retrieve the width and height of the image.
346 */
347 RLCPP_NODISCARD ::Vector2 GetSize() const { return {static_cast<float>(width), static_cast<float>(height)}; }
348
349 /**
350 * Create an image duplicate (useful for transformations)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected