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

Method GetSpecifyConfig

core/graphics/shape/Rect.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97nlohmann::json xg::shape::Rect::GetSpecifyConfig() const{
98 return {{"radius", radius_}, {"radius0", radius0_}, {"startAngle", startAngle_}, {"endAngle", endAngle_}};
99}

Callers 1

RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected