Exemplo n.º 1
0
 public void Initialize(IRenderer renderer)
 {
     id = renderer.AddTriangle(points, color, borderColor, borderWidth);
 }