NSLayoutManager.GetCharacterIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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