Struct InlineObjectMetrics
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
public readonly struct InlineObjectMetrics : IEquatable<InlineObjectMetrics>
- Implements
- Inherited Members
Constructors
Properties
- Baseline
The distance from the top of the object to the point where it is lined up with the adjacent text. If the baseline is at the bottom, then Baseline simply equals Height.
- Height
The height of the inline object.
- SupportsSideways
A flag that indicates whether the object is to be placed upright or alongside the text baseline for vertical text.
- Width
The width of the inline object.