次の方法で共有


NSLayoutManager.GetCharacterIndex メソッド

定義

オーバーロード

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

パラメーター

point
CGPoint
container
NSTextContainer

戻り値

System.System.UIntPtr System.unativeint

適用対象

GetCharacterIndex(CGPoint, NSTextContainer, nfloat)

public nuint GetCharacterIndex(CoreGraphics.CGPoint point, UIKit.NSTextContainer container, out nfloat fractionOfDistanceBetweenInsertionPoints);
member this.GetCharacterIndex : CoreGraphics.CGPoint * UIKit.NSTextContainer *  -> nuint

パラメーター

point
CGPoint
container
NSTextContainer
fractionOfDistanceBetweenInsertionPoints
nfloat

戻り値

System.System.UIntPtr System.unativeint

適用対象