Ejemplo n.º 1
0
 public CoordinatePlane AddMarkers(CoordinateMarkerX mx, CoordinateMarkerY my)
 {
     entities.Add(mx);
     entities.Add(my);
     return(this);
 }
Ejemplo n.º 2
0
 public void AddMarker(CoordinateMarkerX mx, CoordinateMarkerY my)
 {
     entities.Add(mx);
     entities.Add(my);
 }
Ejemplo n.º 3
0
 public CoordinatePlane AddMarkerX(CoordinateMarkerX m)
 {
     entities.Add(m);
     return(this);
 }
Ejemplo n.º 4
0
 public void AddMarkerX(CoordinateMarkerX m) =>
 entities.Add(m);