Navigation: thinBasic Modules > UI (User Interface) > DIALOGSs > DIALOG UNITS |
|
Description
Convert dialog units into pixels.
Syntax
DIALOG UNITS hwnd, x, y TO PIXELS VarX, VarY
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
x |
Number |
No |
x units |
y |
Number |
No |
y units |
VarX |
Variable |
No |
A single existing variable name that will receive the converted x. |
VarY |
Variable |
No |
A single existing variable name that will receive the converted y. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |