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