NSLayoutManager.GetCharacterIndex 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.
Overloads
GetCharacterIndex(CGPoint, NSTextContainer) | |
GetCharacterIndex(CGPoint, NSTextContainer, nfloat) |
GetCharacterIndex(CGPoint, NSTextContainer)
public nuint GetCharacterIndex (CoreGraphics.CGPoint point, UIKit.NSTextContainer container);
member this.GetCharacterIndex : CoreGraphics.CGPoint * UIKit.NSTextContainer -> nuint
Parameters
- point
- CGPoint
- container
- NSTextContainer
Returns
System.System.UIntPtr
System.unativeint
Applies to
GetCharacterIndex(CGPoint, NSTextContainer, nfloat)
public nuint GetCharacterIndex (CoreGraphics.CGPoint point, UIKit.NSTextContainer container, out nfloat fractionOfDistanceBetweenInsertionPoints);
member this.GetCharacterIndex : CoreGraphics.CGPoint * UIKit.NSTextContainer * -> nuint
Parameters
- point
- CGPoint
- container
- NSTextContainer
- fractionOfDistanceBetweenInsertionPoints
- nfloat
Returns
System.System.UIntPtr
System.unativeint