MonobjcMonobjc Documented Class Library
CellFrameAtRowColumn Method (row, column)
NamespacesMonobjc.AppKitNSMatrixCellFrameAtRowColumn(NSInteger, NSInteger)

Returns the frame rectangle of the cell that would be drawn at the specified location.

Original signature is '- (NSRect)cellFrameAtRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect CellFrameAtRowColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function CellFrameAtRowColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As NSRect
public:
virtual NSRect CellFrameAtRowColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row of the cell.
column (NSInteger)
The column of the cell.
Return Value
The frame rectangle of the cell (whether or not the specified cell actually exists).
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.AppKit (Module: Monobjc.AppKit)