Created
March 21, 2019 15:29
-
-
Save riggaroo/646ddf8924d5f3d312edde3a0443faa5 to your computer and use it in GitHub Desktop.
Using extension function to draw to canvas.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
canvas.withTranslate(200f, 300f) { | |
drawCircle(...) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment