ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
captureWindowRect
ae
sys
sendinput
Return a screen capture of some sub-rectangle of the given window.
void
captureWindowRect
(Window window, Rect!int r, Image!BGRA image)
version(linux)
void
captureWindowRect
(
Window
window
,
Rect
!int
r
,
ref
Image
!
BGRA
image
)
auto
captureWindowRect
(Window window, Rect!int r)
Meta
Source
See Implementation
ae
sys
sendinput
aliases
Window
functions
captureRect
captureWindow
captureWindowRect
easeMousePos
findWindowByName
getDisplay
getPixel
getWindowGeometry
mouseButton
setMousePos
manifest constants
haveX11
Return a screen capture of some sub-rectangle of the given window.