MCPcopy Create free account
hub / github.com/arrayfire/forge / width

Method width

src/backend/common/image.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 inline void keepAspectRatio(const bool pKeep) { mImage->keepAspectRatio(pKeep); }
42
43 inline unsigned width() const { return mImage->width(); }
44
45 inline unsigned height() const { return mImage->height(); }
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected