Method GetCharsInWidth
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
intWidth to fit characters.
Returns
- int
Number of characters that can fit in.