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

Method Shape

core/graphics/shape/Shape.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "graphics/shape/Shape.h"
2
3xg::shape::Shape::Shape() : Element() { isShape_ = true; }
4
5void xg::shape::Shape::DrawInner(canvas::CanvasContext &context) const {
6 float originOpacity = context.GlobalAlpha();

Callers 3

SetChartGeomShapesFunction · 0.45
SetChartGeomShapeFunction · 0.45
ParseObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected