The methods of UIKit.IUITextInput are listed below. For a list of all members, see the IUITextInput Members list.
ComparePosition(UITextPosition, UITextPosition)Gets a comparison of one position to another. | ||
GetBaseWritingDirection(UITextPosition, UITextStorageDirection)Gets the base writing direction for a text position. | ||
GetCaretRectForPosition(UITextPosition)A rectangle used for drawing a caret at a given insertion point. | ||
GetCharacterRange(UITextPosition, UITextLayoutDirection)Gets a character range within the limits of a defined direction. | ||
GetCharacterRangeAtPoint(CoreGraphics.CGPoint)Gets the character or a range of characters in a document that exists at a given point. | ||
GetClosestPositionToPoint(CoreGraphics.CGPoint)Gets the closest position in a document that exists to a given point. | ||
GetClosestPositionToPoint(UITextRange, CoreGraphics.CGPoint)Gets the closest position to a specified point in a document. | ||
GetFirstRectForRange(UITextRange)Gets the first rectangle enclosing a specified range of document text. | ||
GetOffsetFromPosition(UITextPosition, UITextPosition)Gets the number of visible characters between two defined text positions. | ||
GetPosition(UITextPosition, nint)Gets the character offset from the initial position. | ||
GetPosition(UITextPosition, UITextLayoutDirection, nint)Gets the character offset from an initial position. | ||
GetPositionWithinRange(UITextRange, UITextLayoutDirection)Gets a position within a specified range. | ||
GetSelectionRects(UITextRange)Gets an array of selection rects that corresponds to a text range. | ||
GetTextRange(UITextPosition, UITextPosition)Gets a specified text range. | ||
ReplaceText(UITextRange, string)Replaces document text within a specified range. | ||
SetBaseWritingDirectionforRange(UITextWritingDirection, UITextRange)Sets a base directon for writing in the specified range of text. | ||
SetMarkedText(string, Foundation.NSRange)Sets the marked text and marks it as the current selection. | ||
TextInRange(UITextRange)Gets all the text that is specified within a certain range. | ||
UnmarkText()Unmarks all currently marked text within a document | ||