NSLayoutManager.CharacterIndexForPoint 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.
[Foundation.Export("characterIndexForPoint:inTextContainer:fractionOfDistanceBetweenInsertionPoints:")]
public virtual nuint CharacterIndexForPoint (CoreGraphics.CGPoint point, AppKit.NSTextContainer container, ref nfloat fractionOfDistanceBetweenInsertionPoints);
abstract member CharacterIndexForPoint : CoreGraphics.CGPoint * AppKit.NSTextContainer * -> nuint
override this.CharacterIndexForPoint : CoreGraphics.CGPoint * AppKit.NSTextContainer * -> nuint
Parameters
- point
- CGPoint
- container
- NSTextContainer
- fractionOfDistanceBetweenInsertionPoints
- nfloat
Returns
System.System.UIntPtr
System.unativeint
- Attributes