NSLayoutManager.FractionOfDistanceThroughGlyphForPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.