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

Method Width

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

Source from the content-addressed store, hash-verified

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

Callers 15

XYScrollToMakeVisibleMethod · 0.80
SetXYScrollMethod · 0.80
WrapLinesMethod · 0.80
LinesSplitMethod · 0.80
DrawEOLMethod · 0.80
RefreshPixMapsMethod · 0.80
ChangeSizeMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
AlphaRectangleMethod · 0.80
DrawRGBAImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected