MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Height

Method Height

scintilla/include/Platform.h:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144 XYPOSITION Width() { return right - left; }
145 XYPOSITION Height() { return bottom - top; }
146 bool Empty() {
147 return (Height() <= 0) || (Width() <= 0);
148 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected