MonobjcMonobjc Documented Class Library
RowIndexesInRect Method (rect)
NamespacesMonobjc.QuartzIKImageBrowserViewRowIndexesInRect(NSRect)

Returns the row indexes in the specified rectangle.

Original signature is '- (NSIndexSet *)rowIndexesInRect:(NSRect)rect'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSIndexSet RowIndexesInRect(
	NSRect rect
)
Public Overridable Function RowIndexesInRect ( _
	rect As NSRect _
) As NSIndexSet
public:
virtual NSIndexSet^ RowIndexesInRect(
	NSRect rect
)
Parameters
rect (NSRect)
A rectangle in the view’s coordinate system.
Return Value
An index set containing the item indexes.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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