GlyphRunMetrics Structure
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct GlyphRunMetrics : IEquatable<GlyphRunMetrics>
Public Structure GlyphRunMetrics
Implements IEquatable(Of GlyphRunMetrics)
[<SealedAttribute>]
type GlyphRunMetrics =
struct
inherit ValueType
interface IEquatable<GlyphRunMetrics>
end
| Inheritance | Object → ValueType → GlyphRunMetrics |
| Implements | IEquatable(GlyphRunMetrics) |
Properties
| Baseline | |
| FirstCluster | |
| Height | |
| LastCluster | |
| NewLineLength | |
| TrailingWhitespaceLength | |
| Width | |
| WidthIncludingTrailingWhitespace |
Methods
| GetType() | Gets the Type of the current instance. (Inherited from Object) |