MonobjcMonobjc Documented Class Library
Frame Property
NamespacesMonobjc.QuartzIKImageBrowserCellFrame

Returns the receiver’s frame rectangle, which defines its position in its IKImageBrowserView.

Original signature is '- (NSRect)frame'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect Frame { get; }
Public Overridable ReadOnly Property Frame As NSRect
	Get
public:
virtual property NSRect Frame {
	NSRect get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)