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