Table of Contents

Struct InlineObjectMetrics

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll
public readonly struct InlineObjectMetrics : IEquatable<InlineObjectMetrics>
Implements
Inherited Members

Constructors

InlineObjectMetrics(float, float, float, bool)

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.

Methods

Equals(InlineObjectMetrics)
Equals(in InlineObjectMetrics)
Equals(object?)
GetHashCode()

Operators

operator ==(in InlineObjectMetrics, in InlineObjectMetrics)
operator !=(in InlineObjectMetrics, in InlineObjectMetrics)