Grapheme Constructor
Initializes a new instance of the Grapheme class
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Grapheme(
Codepoint firstCodepoint,
int offset,
int length
)
Public Sub New (
firstCodepoint As Codepoint,
offset As Integer,
length As Integer
)
new :
firstCodepoint : Codepoint *
offset : int *
length : int -> Grapheme
Parameters
See Also
Reference
Grapheme Structure
Avalonia.Media.TextFormatting.Unicode Namespace