Lays out glyphs in the current glyph range until the next paragraph separator is reached.
Original signature is '- (NSUInteger)layoutParagraphAtPoint:(NSPointPointer)lineFragmentOrigin'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger LayoutParagraphAtPoint( ref NSPoint lineFragmentOrigin )
Public Overridable Function LayoutParagraphAtPoint ( _ ByRef lineFragmentOrigin As NSPoint _ ) As NSUInteger
public: virtual NSUInteger LayoutParagraphAtPoint( NSPoint% lineFragmentOrigin )

- lineFragmentOrigin (NSPoint%)
- The upper-left corner of line fragment rectangle. On return, lineFragmentOrigin contains the next origin.

The next glyph index; usually the index right after the paragraph separator, but it can be inside the paragraph range if, for example, the end of the text container is reached before the paragraph separator.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)