Yes, but how to parse ImageView to the canvas, I'm confused, becouse i can not add views in the run time , and ImageView added in a Layout designer it is not declared anywhere in the code :/ ?
You should create a mutable bitmap (Bitmap.InitializeMutable) and draw on this bitmap with a canvas. You should then send it to the widget by calling RemoteView.SetImage.