Skip to main content

UnicodeRangeSegment Structure

Definition

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

public readonly struct UnicodeRangeSegment : IEquatable<UnicodeRangeSegment>
InheritanceObjectValueType → UnicodeRangeSegment
ImplementsIEquatable(UnicodeRangeSegment)

Constructors

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

Properties

EndGet the end of the segment.
StartGet the start of the segment.

Methods

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

See Also

Reference

Avalonia.Media Namespace