Skip to main content

UnicodeRange Structure

The UnicodeRange descripes a set of Unicode characters.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public readonly struct UnicodeRange : IEquatable<UnicodeRange>
View Source
InheritanceObjectValueType → UnicodeRange
ImplementsIEquatable(UnicodeRange)

Constructors

UnicodeRange(IReadOnlyList(UnicodeRangeSegment))Initializes a new instance of the UnicodeRange class
UnicodeRange(UnicodeRangeSegment)Initializes a new instance of the UnicodeRange class
UnicodeRange(Int32, Int32)Initializes a new instance of the UnicodeRange class

Methods

GetType()Gets the Type of the current instance.
(Inherited from Object)
IsInRange(Int32)Determines if given value is inside the range.
Parse(String)Parses a UnicodeRange.

Fields

Default 

See Also

Reference

Avalonia.Media Namespace