1 reference to Contains
System.Drawing.Primitives (1)
System\Drawing\RectangleF.cs (1)
214public readonly bool Contains(PointF pt) => Contains(pt.X, pt.Y);