ReadAt Method
Reads the Codepoint at specified position.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Codepoint ReadAt(
ReadOnlySpan<char> text,
int index,
out int count
)
Public Shared Function ReadAt (
text As ReadOnlySpan(Of Char),
index As Integer,
<OutAttribute> ByRef count As Integer
) As Codepoint
static member ReadAt :
text : ReadOnlySpan<char> *
index : int *
count : int byref -> Codepoint
Parameters
- ReadOnlySpan(Char)
- The buffer to read from.
- Int32
- The index to read at.
- Int32
- The count of character that were read.
Return Value
CodepointSee Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace