MonobjcMonobjc Documented Class Library
NSMatrix Constructor (frameRect)
NamespacesMonobjc.AppKitNSMatrixNSMatrix(NSRect)

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.

Declaration Syntax
C#Visual BasicVisual C++
public NSMatrix(
	NSRect frameRect
)
Public Sub New ( _
	frameRect As NSRect _
)
public:
NSMatrix(
	NSRect frameRect
)
Parameters
frameRect (NSRect)
The frame with which to initialize the matrix.
Return Value
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.
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)