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

Method getFrameHeight

core/base/NinePatchImageParser.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int NinePatchImageParser::getFrameHeight() const
51{
52 if (_isRotated)
53 {
54 return _imageFrame.size.width;
55 }
56 return _imageFrame.size.height;
57}
58
59int NinePatchImageParser::getFrameWidth() const
60{

Callers 1

parseVerticalMarginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected