Method GetLinesInHeight
GetLinesInHeight(int)
Determines how many lines can fit into given Height.
public virtual int GetLinesInHeight(int height)
Parameters
height
intHeight to fit lines.
Returns
- int
Number of lines that can fit in.
Determines how many lines can fit into given Height.
public virtual int GetLinesInHeight(int height)
height
intHeight to fit lines.
Number of lines that can fit in.