Returns the rectangle containing the specified row.
Original signature is '- (NSRect)rectOfRow:(NSUInteger)rowIndex'
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public virtual NSRect RectOfRow( NSUInteger rowIndex )
Public Overridable Function RectOfRow ( _ rowIndex As NSUInteger _ ) As NSRect
public: virtual NSRect RectOfRow( NSUInteger rowIndex )
- rowIndex (NSUInteger)
- The row index.
A rectangle containing the column. Specified in the view’s coordinate system.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)