public readonly struct TextRunBounds : IEquatable<TextRunBounds>Public Structure TextRunBounds
Implements IEquatable(Of TextRunBounds)[<SealedAttribute>]
type TextRunBounds =
struct
inherit ValueType
interface IEquatable<TextRunBounds>
end| Length | character length of bounded text run |
| Rectangle | Text run bounding rectangle |
| TextRun | text run |
| TextSourceCharacterIndex | First text source character index of text run |