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

Method setSize

src/api/cpp/window.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void Window::setSize(const unsigned pW, const unsigned pH)
59{
60 FG_THROW(fg_set_window_size(get(), pW, pH));
61}
62
63void Window::setColorMap(const ColorMap cmap)
64{

Callers 1

fg_set_window_sizeFunction · 0.45

Calls 1

fg_set_window_sizeFunction · 0.85

Tested by

no test coverage detected