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

Method render

src/api/cpp/image.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Image::render(const Window& pWindow,
101 const int pX, const int pY, const int pVPW, const int pVPH) const
102{
103 FG_THROW(fg_render_image(pWindow.get(), get(), pX, pY, pVPW, pVPH));
104}
105
106
107fg_image Image::get() const

Callers 2

fg_render_imageFunction · 0.45
fg_render_chartFunction · 0.45

Calls 2

fg_render_imageFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected