ntos(<nums> ... )
numeric
The conversion of normalized screen coordinates into screen pixel coordinates. Screen coordinates run from left to right, and top to bottom.
The even numbered parameters are converted into X screen coordinates, the odd numbered parameters are converted into Y screen coordinates.
<num>
The normalized screen
coordinates, each in the range 0 through 1. A parameter may be a numeric
array if necessary.
The following returns two values: (0.5 x screen width,0.75 x screen height).
numeric xy[2] = ntos(0.5,0.75)
Identifiers: |
scoords (numeric) |