MonobjcMonobjc Documented Class Library
LayoutParagraphAtPoint Method (lineFragmentOrigin)
NamespacesMonobjc.AppKitNSTypesetterLayoutParagraphAtPoint(NSPoint%)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger LayoutParagraphAtPoint(
	ref NSPoint lineFragmentOrigin
)
Public Overridable Function LayoutParagraphAtPoint ( _
	ByRef lineFragmentOrigin As NSPoint _
) As NSUInteger
public:
virtual NSUInteger LayoutParagraphAtPoint(
	NSPoint% lineFragmentOrigin
)
Parameters
lineFragmentOrigin (NSPoint%)
The upper-left corner of line fragment rectangle. On return, lineFragmentOrigin contains the next origin.
Return Value
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.
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)