Initializes a newly allocated matrix with the specified frame.
Original signature is '- (id)initWithFrame:(NSRect)frameRect'
Available in Mac OS X v10.0 and later.


- frameRect (NSRect)
- The frame with which to initialize the matrix.

The NSMatrix, initialized with default parameters. The new NSMatrix contains no rows or columns. The default mode is NSRadioModeMatrix. The default cell class is NSActionCell.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)