Table of Contents

Interface IDrawnTextSpan

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface IDrawnTextSpan
Extension Methods

Properties

VerticalAlignement

DrawImageAlignment VerticalAlignement { get; }

Property Value

DrawImageAlignment

Methods

Measure(float, float, float)

ScaledSize Measure(float maxWidth, float maxHeight, float scale)

Parameters

maxWidth float
maxHeight float
scale float

Returns

ScaledSize

Render(DrawingContext)

void Render(DrawingContext ctx)

Parameters

ctx DrawingContext