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