GetLinesInHeight Method
GetLinesInHeight(Int32)
Determines how many lines can fit into given Height.
Declaration
public virtual int GetLinesInHeight(int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | height | Height to fit lines. |
Returns
Type | Description |
---|---|
Int32 | Number of lines that can fit in. |