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

Method width

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

Source from the content-addressed store, hash-verified

576
577impl Display {
578 pub fn width(&self) -> LONG {
579 self.desc.DesktopCoordinates.right - self.desc.DesktopCoordinates.left
580 }
581
582 pub fn height(&self) -> LONG {
583 self.desc.DesktopCoordinates.bottom - self.desc.DesktopCoordinates.top

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