Exemplo n.º 1
0
 public void RemovePoint(CameraInterestPoint point) => InterestPoints.Remove(point);
Exemplo n.º 2
0
 public void AddPoint(CameraInterestPoint point) => InterestPoints.Add(point);