NSLayoutManager.GetLineFragmentInsertionPoints 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.
[Foundation.Export("getLineFragmentInsertionPointsForCharacterAtIndex:alternatePositions:inDisplayOrder:positions:characterIndexes:")]
public virtual nuint GetLineFragmentInsertionPoints (nuint charIndex, bool aFlag, bool dFlag, IntPtr positions, IntPtr charIndexes);
abstract member GetLineFragmentInsertionPoints : nuint * bool * bool * nativeint * nativeint -> nuint
override this.GetLineFragmentInsertionPoints : nuint * bool * bool * nativeint * nativeint -> nuint
Parameters
- charIndex
- System.System.UIntPtr System.unativeint
- aFlag
- Boolean
- dFlag
- Boolean
- positions
-
IntPtr
nativeint
- charIndexes
-
IntPtr
nativeint
Returns
System.System.UIntPtr
System.unativeint
- Attributes