MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / GetRectHeight

Function GetRectHeight

Explorer++/Helper/WindowHelper.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113int GetRectHeight(const RECT *rc)
114{
115 return rc->bottom - rc->top;
116}
117
118int GetRectWidth(const RECT *rc)
119{

Callers 15

CreateMainControlsMethod · 0.85
OnSizeMethod · 0.85
OnDpiChangedMethod · 0.85
CaptureTabScreenshotMethod · 0.85
GetDropLocationMethod · 0.85
GetDropLocationMethod · 0.85
DrawThumbnailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected