in remote-robot/src/main/kotlin/com/intellij/remoterobot/fixtures/dataExtractor/server/ExtractorGraphics2d.kt [265:278]
override fun drawImage(
img: Image?,
dx1: Int,
dy1: Int,
dx2: Int,
dy2: Int,
sx1: Int,
sy1: Int,
sx2: Int,
sy2: Int,
observer: ImageObserver?
): Boolean {
return g.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, observer)
}