NSLayoutManager.GetCharacterIndex Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- point
- CGPoint
- container
- NSTextContainer
Restituisce
System.System.UIntPtr
System.unativeint
Si applica a
GetCharacterIndex(CGPoint, NSTextContainer, nfloat)
public nuint GetCharacterIndex (CoreGraphics.CGPoint point, UIKit.NSTextContainer container, out nfloat fractionOfDistanceBetweenInsertionPoints);
member this.GetCharacterIndex : CoreGraphics.CGPoint * UIKit.NSTextContainer * -> nuint
Parametri
- point
- CGPoint
- container
- NSTextContainer
- fractionOfDistanceBetweenInsertionPoints
- nfloat
Restituisce
System.System.UIntPtr
System.unativeint