DecodeGnome
DecodeGnome

Reputation: 1809

Get 0,0 of scaled canvas

Im scaling down (and moving) a canvas and need to find out the 0,0 of the actual canvas (in able to get the position of bitmaps within the canvas).

Does anyone know how?

Upvotes: 1

Views: 1255

Answers (1)

Lumis
Lumis

Reputation: 21629

0, 0 is alway in the top left corner, only the images previously drawn on the canvas would move. Check this post: Android Bitmap/Canvas offset after scale

Upvotes: 2

Related Questions