MonobjcMonobjc Documented Class Library
DocumentRect Property
NamespacesMonobjc.AppKitNSClipViewDocumentRect

Returns the rectangle defining the document view’s frame, adjusted to the size of the receiver if the document view is smaller.

Original signature is '- (NSRect)documentRect'

Available in Mac OS X v10.0 and later.

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