Example #1
0
 public void RemovePoint(CameraInterestPoint point) => InterestPoints.Remove(point);
Example #2
0
 public void AddPoint(CameraInterestPoint point) => InterestPoints.Add(point);