TextRangeTake Method
Returns a specified number of contiguous elements from the start of the slice.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TextRange Take(
int length
)
Public Function Take (
length As Integer
) As TextRange
member Take :
length : int -> TextRange
- length Int32
- The number of elements to return.
TextRangeA
TextRange that contains the specified number of elements from the start of this slice.