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

Method Clear

core/graphics/geom/Geom.cpp:656–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void xg::geom::AbstractGeom::Clear() {
657 if(this->container_ != nullptr) {
658 this->container_->Clear();
659 }
660}
661
662void xg::geom::AbstractGeom::SetAttrs(const std::string &_attrs) noexcept {
663 nlohmann::json cfg = xg::json::ParseString(_attrs);

Callers 2

RedrawMethod · 0.45
ClearInnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected