MCPcopy Create free account
hub / github.com/axmolengine/axmol / getCapInsets

Method getCapInsets

core/ui/UIScale9Sprite.cpp:578–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578ax::Rect Scale9Sprite::getCapInsets() const
579{
580 return Rect(_insetLeft, _insetTop, _originalContentSize.width - _insetLeft - _insetRight,
581 _originalContentSize.height - _insetTop - _insetBottom);
582}

Callers 6

initWithFileMethod · 0.95
initMethod · 0.80

Calls 1

RectFunction · 0.50

Tested by 1

initMethod · 0.64