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

Method create_gdi

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

Source from the content-addressed store, hash-verified

592 }
593
594 fn create_gdi(&self) -> Option<CapturerGDI> {
595 if let Ok(res) = CapturerGDI::new(self.name(), self.width(), self.height()) {
596 Some(res)
597 } else {
598 None
599 }
600 }
601
602 pub fn hmonitor(&self) -> HMONITOR {
603 self.desc.Monitor

Callers 2

newMethod · 0.80
set_gdiMethod · 0.80

Calls 3

nameMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected