Graphics.copyTo

  1. bool copyTo(Graphics destGraphics, int destX, int destY, int width, int height, int srcX = 0, int srcY = 0, DWORD rop = SRCCOPY)
    class Graphics
    final
    bool
    copyTo
    (
    ,
    int destX
    ,
    int destY
    ,
    int width
    ,
    int height
    ,
    int srcX = 0
    ,
    int srcY = 0
    ,
    DWORD rop = SRCCOPY
    )
  2. bool copyTo(Graphics destGraphics, Rect bounds)

Meta