MonobjcMonobjc Documented Class Library
FractionOfDistanceThroughGlyphForPointInTextContainer Method (point, container)
NamespacesMonobjc.AppKitNSLayoutManagerFractionOfDistanceThroughGlyphForPointInTextContainer(NSPoint, NSTextContainer)

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

Original signature is '- (CGFloat)fractionOfDistanceThroughGlyphForPoint:(NSPoint)point inTextContainer:(NSTextContainer *)container'

Available in Mac OS X v10.0 and later.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSLayoutManager.FractionOfDistanceThroughGlyphForPointInTextContainer(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)