Ejemplo n.º 1
0
 public SimpleLine InsertMarker(int index, VectorMarker marker)
 {
     return(new SimpleLine(_pattern.InsertMarker(index, (tkDefaultPointSymbol)marker)));
 }