MCPcopy Create free account
hub / github.com/Recordscript/recordscript / height

Method height

libs/scrap/src/dxgi/mod.rs:582–584  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

580 }
581
582 pub fn height(&self) -> LONG {
583 self.desc.DesktopCoordinates.bottom - self.desc.DesktopCoordinates.top
584 }
585
586 pub fn attached_to_desktop(&self) -> bool {
587 self.desc.AttachedToDesktop != 0

Callers 9

newMethod · 0.45
create_gdiMethod · 0.45
testFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
recordFunction · 0.45
mainFunction · 0.45
recordFunction · 0.45
previewMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36