コード例 #1
0
 public void Reset(Paint paint)
 {
     Stop();
     Paint = paint;
 }
コード例 #2
0
 public Renderer(Paint paint)
 {
     Paint = paint;
 }