MCPcopy Create free account
hub / github.com/davisking/dlib / height

Function height

tools/python/src/rectangles.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22long bottom(const rectangle& r) { return r.bottom(); }
23long width(const rectangle& r) { return r.width(); }
24long height(const rectangle& r) { return r.height(); }
25unsigned long area(const rectangle& r) { return r.area(); }
26
27double dleft(const drectangle& r) { return r.left(); }

Callers 7

areaMethod · 0.85
areaMethod · 0.85
operator[]Method · 0.85
canvasMethod · 0.85
operator[]Method · 0.85
canvasMethod · 0.85
native_fontClass · 0.85

Calls 1

heightMethod · 0.45

Tested by

no test coverage detected