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

Method width

src/api/cpp/image.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58unsigned Image::width() const
59{
60 unsigned temp = 0;
61 FG_THROW(fg_get_image_width(&temp, get()));
62 return temp;
63}
64
65unsigned Image::height() const
66{

Callers 2

fg_get_window_widthFunction · 0.45
fg_get_image_widthFunction · 0.45

Calls 1

fg_get_image_widthFunction · 0.85

Tested by

no test coverage detected