SingleToLong
MethodSingleToLong (Method)
Changes the drawing coordinates (single) into the window coordinates (integer) respectively
Syntax:
Function SingleToLong(xS As Single, yS As Single, xL As Integer, yL As Integer) As Boolean
The SingleToLong method syntax consists of the following:
Parameter |
Data Type |
Description |
xS |
Single |
The drawing coordinate x |
yS |
Single |
The drawing coordinate y |
xL |
Integer |
The window coordinate x |
yL |
Integer |
The window coordinate y |
Return value:
Boolean - True on success, false on error.