MonobjcMonobjc Documented Class Library
GlyphIndexForPointInTextContainer Method (point, container)
NamespacesMonobjc.AppKitNSLayoutManagerGlyphIndexForPointInTextContainer(NSPoint, NSTextContainer)

This method is a primitive for glyphIndexForPoint:inTextContainer:fractionOfDistanceThroughGlyph:. You should always call the main method, not the primitives.

Original signature is '- (NSUInteger)glyphIndexForPoint:(NSPoint)point inTextContainer:(NSTextContainer *)container'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger GlyphIndexForPointInTextContainer(
	NSPoint point,
	NSTextContainer container
)
Public Overridable Function GlyphIndexForPointInTextContainer ( _
	point As NSPoint, _
	container As NSTextContainer _
) As NSUInteger
public:
virtual NSUInteger GlyphIndexForPointInTextContainer(
	NSPoint point, 
	NSTextContainer^ container
)
Parameters
point (NSPoint)
MISSING
container (NSTextContainer)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSLayoutManager.GlyphIndexForPointInTextContainer(Monobjc.Foundation.NSPoint,Monobjc.AppKit.NSTextContainer)"]

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)