MonobjcMonobjc Documented Class Library
IndexOfItemAtPoint Method (point)
NamespacesMonobjc.QuartzIKImageBrowserViewIndexOfItemAtPoint(NSPoint)

Returns the index of the item at the specified location.

Original signature is '- (NSInteger)indexOfItemAtPoint:(NSPoint)point'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger IndexOfItemAtPoint(
	NSPoint point
)
Public Overridable Function IndexOfItemAtPoint ( _
	point As NSPoint _
) As NSInteger
public:
virtual NSInteger IndexOfItemAtPoint(
	NSPoint point
)
Parameters
point (NSPoint)
The location of the item.
Return Value
The index of the item or NSNotFound if no item at this location.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)