NSLayoutManager.FractionOfDistanceThroughGlyphForPoint Method

Definition

Developers should call GlyphIndexForPoint(CGPoint, NSTextContainer) rather than this primitive function.

[Foundation.Export("fractionOfDistanceThroughGlyphForPoint:inTextContainer:")]
public virtual nfloat FractionOfDistanceThroughGlyphForPoint (CoreGraphics.CGPoint point, UIKit.NSTextContainer container);
abstract member FractionOfDistanceThroughGlyphForPoint : CoreGraphics.CGPoint * UIKit.NSTextContainer -> nfloat
override this.FractionOfDistanceThroughGlyphForPoint : CoreGraphics.CGPoint * UIKit.NSTextContainer -> nfloat

Parameters

point
CGPoint
container
NSTextContainer

Returns

Attributes

Remarks

This method is public for overriding purposes but is not intended for developers to call.

Applies to