MonobjcMonobjc Documented Class Library
ColumnIndexesInRect Method (rect)
NamespacesMonobjc.QuartzIKImageBrowserViewColumnIndexesInRect(NSRect)

Returns the column indexes in the specified rectangle.

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

Available in Mac OS X v10.6 and later.

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

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