26 lines
335 B
Markdown
26 lines
335 B
Markdown
# DrawLegendVertical
|
||
|
||
Draws a vertical legend.
|
||
|
||
```
|
||
int DrawLegendVertical(
|
||
const int w, // width
|
||
const int h, // height
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
w
|
||
|
||
[in] The maximum width of the text in the legend.
|
||
|
||
h
|
||
|
||
[in] The maximum height of the text in the legend.
|
||
|
||
Return Value
|
||
|
||
Width of the legend in pixels.
|