System.Windows.Forms.ListView.ItemControl.BoxIntersectsText C# (CSharp) Méthode

BoxIntersectsText() private méthode

private BoxIntersectsText ( int index ) : bool
index int
Résultat bool
			bool BoxIntersectsText (int index)
			{
				Rectangle r = owner.GetItemAtDisplayIndex (index).TextBounds;
				return BoxSelectRectangle.IntersectsWith (r);
			}