TextRunBounds Structure
The bounding rectangle of text run
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct TextRunBounds : IEquatable<TextRunBounds>
Public Structure TextRunBounds
Implements IEquatable(Of TextRunBounds)
[<SealedAttribute>]
type TextRunBounds =
struct
inherit ValueType
interface IEquatable<TextRunBounds>
end
Inheritance | Object → ValueType → TextRunBounds |
Implements | IEquatable(TextRunBounds) |
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
GetType() | Gets the Type of the current instance. (Inherited from Object) |