MCPcopy Create free account
hub / github.com/MyGUI/mygui / getTextureRealHeight

Method getTextureRealHeight

MyGUIEngine/src/MyGUI_Canvas.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 int Canvas::getTextureRealHeight() const
286 {
287 return (int)mTexture->getHeight();
288 }
289
290 IntSize Canvas::getTextureRealSize() const
291 {

Callers 1

updateMethod · 0.80

Calls 1

getHeightMethod · 0.45

Tested by

no test coverage detected