How to make moveTopLeftTo(PointF moveToCenter) from moveCenterTo(PointF moveToCenter) method?
I want to place the bitmap from one canvas with different size to another with different size but I have hard time to do this simple task. when I use moveCenterTo then it makes the specified co-ordinate center of bitmap instead of top-left.
How to make
moveTopLeftTo(PointF moveToCenter)
frommoveCenterTo(PointF moveToCenter)
method? I want to place the bitmap from one canvas with different size to another with different size but I have hard time to do this simple task. when I usemoveCenterTo
then it makes the specified co-ordinate center of bitmap instead of top-left.Thank you!