frame(ofColumn:)
Returns the rectangle containing the given column.
Declaration
func frame(ofColumn column: Int) -> NSRectParameters
- column:
The index of the column for which to retrieve the frame.
Return Value
The rectangle containing the specified column.