Codepoint Constructor
Creates a new instance of Codepoint with the specified value.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Codepoint(
uint value
)
Public Sub New (
value As UInteger
)
new :
value : uint32 -> Codepoint
Parameters
- UInt32
- The codepoint value.
See Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace