MonobjcMonobjc Documented Class Library
RectOfRow Method (rowIndex)
NamespacesMonobjc.QuartzIKImageBrowserViewRectOfRow(NSUInteger)

Returns the rectangle containing the specified row.

Original signature is '- (NSRect)rectOfRow:(NSUInteger)rowIndex'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect RectOfRow(
	NSUInteger rowIndex
)
Public Overridable Function RectOfRow ( _
	rowIndex As NSUInteger _
) As NSRect
public:
virtual NSRect RectOfRow(
	NSUInteger rowIndex
)
Parameters
rowIndex (NSUInteger)
The row index.
Return Value
A rectangle containing the column. Specified in the view’s coordinate system.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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