Returns the vertical size in mm corresponding to the pixels.
<display>
Name | Type | Description |
---|---|---|
pixels | integer | The vertical pixels. |
monitor | integer | The monitor number (optional). |
The following displays the vertical size in mm corresponding to 300 pixels on the second monitor:
<text sometext>
/ items= ("mm = <% display.getmmy(300, 2) %>")
</text>
The following displays the vertical size in mm corresponding to last mouse coordinate on the first (default) monitor:
<page somepage>
mm = <% display.getmmy(mouse.y) %>
</page>