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

Method RestoreContext

core/graphics/shape/Element.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void xg::shape::Element::RestoreContext(canvas::CanvasContext &context) const { context.Restore(); }
92
93void xg::shape::Element::ResetContext(canvas::CanvasContext &context) const {
94 if(!IsGroup()) {

Callers

nothing calls this directly

Calls 1

RestoreMethod · 0.45

Tested by

no test coverage detected