TextRunBounds Structure

The bounding rectangle of text run

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct TextRunBounds : IEquatable<TextRunBounds>
Inheritance
Object    ValueType    TextRunBounds
Implements
IEquatableTextRunBounds

Properties

Length character length of bounded text run
Rectangle Text run bounding rectangle
TextRun text run
TextSourceCharacterIndex First text source character index of text run

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also