コード例 #1
0
ファイル: Canvas.cs プロジェクト: Clancey/Canvas
 public void SetBackground(Color color)
 {
     SetBackgroundColor (color.ToAndroid ());
 }