Hey I have a Region that bounds a part of my canvas. The canvas draws a rectangle from x1,y1 to x2,y2. Before drawing the canvas is translated by a certain amount. This causes the rectangle to get translated as well.
is it possible to calculate the position of (x1,y1) after a translation of (dx,dy) is applied to it?

