示例#1
0
文件: Canvas.cs 项目: Clancey/Canvas
 public void SetBackground(Color color)
 {
     SetBackgroundColor (color.ToAndroid ());
 }