captureRect

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

  1. auto captureRect(Rect!int r, Image!BGRA image)
    version(linux)
    captureRect
    (
    Rect!int r
    ,)
  2. auto captureRect(Rect!int r)

Meta