NSLayoutManager.GetCharacterIndex Method

Definition

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

Applies to