captureWindowRect

Return a screen capture of some sub-rectangle of the given window.

  1. void captureWindowRect(Window window, Rect!int r, Image!BGRA image)
    version(linux)
    void
    captureWindowRect
  2. auto captureWindowRect(Window window, Rect!int r)

Meta