MCPcopy Create free account
hub / github.com/bwapi/bwapi / width

Method width

bwapi/BWAPI/Source/BW/Bitmap.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 int Bitmap::width() const
41 {
42 if ( this )
43 return this->wid;
44 return 0;
45 }
46
47 int Bitmap::height() const
48 {

Callers 6

blitBitmapMethod · 0.95
blitStringMethod · 0.95
plotMethod · 0.95
plotXMethod · 0.95
drawLineMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected