Skip to content

Instantly share code, notes, and snippets.

@riggaroo
Created March 21, 2019 15:29
Show Gist options
  • Save riggaroo/646ddf8924d5f3d312edde3a0443faa5 to your computer and use it in GitHub Desktop.
Save riggaroo/646ddf8924d5f3d312edde3a0443faa5 to your computer and use it in GitHub Desktop.
Using extension function to draw to canvas.
canvas.withTranslate(200f, 300f) {
drawCircle(...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment