Method GetCharsInWidth
GetCharsInWidth(int)
Returns number of characters painted with current font that will fit into specified Width.
public virtual int GetCharsInWidth(int width)
Parameters
width
intWidth to fit characters.
Returns
- int
Number of characters that can fit in.
GetCharsInWidth(int, bool)
protected int GetCharsInWidth(int width, bool exact)
Parameters
Returns
GetCharsInWidth(double)
public virtual int GetCharsInWidth(double width)
Parameters
width
double
Returns
GetCharsInWidth(double, bool)
protected int GetCharsInWidth(double width, bool exact)