MCPcopy Create free account
hub / github.com/audacity/audacity / RectMid

Method RectMid

libraries/lib-theme/Theme.cpp:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void FlowPacker::RectMid( int &x, int &y )
481{
482 x = mxPos + mComponentWidth/2;
483 y = myPos + mComponentHeight/2;
484}
485
486
487/// \brief Helper class based on wxOutputStream used to get a png file in text format

Callers 1

ReadImageCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected