FormattedTextLine.

FormattedTextLine(int, double) Constructor

Summary

Initializes a new instance of the FormattedTextLine class.
Namespace
Avalonia.Media
Containing Type
FormattedTextLine

Syntax

public FormattedTextLine(int length, double height)

Parameters

Name Type Description
length int The length of the line, in characters.
height double The height of the line, in pixels.

Return Value

Type Description
void