MonobjcMonobjc Documented Class Library
Frame Property
NamespacesMonobjc.AppKitNSViewFrame

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

Original signature is '- (NSRect)frame'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect Frame { get; set; }
Public Overridable Property Frame As NSRect
	Get
	Set
public:
virtual property NSRect Frame {
	NSRect get ();
	void set (NSRect value);
}
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)