Split Method
Splits the TextRun at specified length.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public SplitResult<ShapedBuffer> Split(
int textLength
)
Public Function Split (
textLength As Integer
) As SplitResult(Of ShapedBuffer)
member Split :
textLength : int -> SplitResult<ShapedBuffer>
Parameters
- Int32
- The text length.
Return Value
SplitResult(ShapedBuffer)
The split result.