Table of Contents

Method GetLinesInHeight

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.dll

GetLinesInHeight(int)

Determines how many lines can fit into given Height.

public virtual int GetLinesInHeight(int height)

Parameters

height int

Height to fit lines.

Returns

int

Number of lines that can fit in.

GetLinesInHeight(double)

public virtual int GetLinesInHeight(double height)

Parameters

height double

Returns

int