Table of Contents

Method GetCharsInWidth

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

GetCharsInWidth(int)

When implemented by a class, returns number of characters painted with current font that will fit into specified Width.

int GetCharsInWidth(int width)

Parameters

width int

Width to fit characters.

Returns

int

Number of characters that can fit in.