Example #1
0
 public bool PointsContained(PointF[] points) => points.Any(p => Bounds.BoundsContains(p));