Graphics.copyTo

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool copyTo(HDC dest, int destX, int destY, int width, int height, int srcX, int srcY, DWORD rop)
    class Graphics
    final
    bool
    copyTo
    (
    HDC dest
    ,
    int destX
    ,
    int destY
    ,
    int width
    ,
    int height
    ,
    int srcX = 0
    ,
    int srcY = 0
    ,
    DWORD rop = SRCCOPY
    )
  2. bool copyTo(Graphics destGraphics, int destX, int destY, int width, int height, int srcX, int srcY, DWORD rop)
  3. bool copyTo(Graphics destGraphics, Rect bounds)

Meta