The Android View
Class has a method called onDraw
, and onDraw gets passed a canvas. Only the user never explicitly creates the canvas that gets passed and appears to have no other means by which to access it.
What is the canvas that gets passed to onDraw
, where is it created and is there a way to access it?
Thank you for your help.