System.Windows.Forms.ListView.ItemControl.BoxIntersectsText C# (CSharp) 메소드

BoxIntersectsText() 개인적인 메소드

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