public void CreateRandomPoints(int count) { for (int i = 0; i < count; i++) { points.Add(CGUtils.CreateRandomCGPoint(PointsFillter)); } }