TextRange.

Skip(int) Method

Summary

Bypasses a specified number of elements in the slice and then returns the remaining elements.
Namespace
Avalonia.Media.TextFormatting
Containing Type
TextRange

Syntax

public TextRange Skip(int length)

Parameters

Name Type Description
length int The number of elements to skip before returning the remaining elements.

Return Value

Type Description
TextRange A TextRange that contains the elements that occur after the specified index in this slice.