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

Method render

src/api/cpp/chart.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void Chart::render(const Window& pWindow,
141 const int pX, const int pY, const int pVPW, const int pVPH) const
142{
143 FG_THROW(fg_render_chart(pWindow.get(), get(), pX, pY, pVPW, pVPH));
144}
145
146fg_chart Chart::get() const
147{

Callers

nothing calls this directly

Calls 2

fg_render_chartFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected