MonobjcMonobjc Documented Class Library
FirstRectForCharacterRange Method (theRange)
NamespacesMonobjc.AppKitNSTextViewFirstRectForCharacterRange(NSRange)

Returns the first frame rectangle for characters in the given range, in screen coordinates. (required)

Original signature is '- (NSRect)firstRectForCharacterRange:(NSRange)theRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect FirstRectForCharacterRange(
	NSRange theRange
)
Public Overridable Function FirstRectForCharacterRange ( _
	theRange As NSRange _
) As NSRect
public:
virtual NSRect FirstRectForCharacterRange(
	NSRange theRange
)
Parameters
theRange (NSRange)
The character range whose frame is returned.
Return Value
The frame rectangle for the given range of characters.
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)