MCPcopy Create free account
hub / github.com/antvis/F2Native / OnLoad

Method OnLoad

core/graphics/shape/Image.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace xg;
12
13void shape::Image::OnLoad(std::function<void()> finished) {
14 callback_ = finished;
15}
16
17BBox shape::Image::CalculateBox(canvas::CanvasContext &context) const {
18 return {

Callers 3

DrawTagContentMethod · 0.45
RenderMethod · 0.45
DrawInnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected