Method GetLinesInHeight
GetLinesInHeight(int)
When implemented by a class, determines how many lines can fit into given Height.
int GetLinesInHeight(int height)
Parameters
height
intHeight to fit lines.
Returns
- int
Number of lines that can fit in.