|
|
|
|
|
CoordinateEditorToScreen (Function) Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run. This function is mainly used to perform a positioning at pixel level. EmulateMouse(WIN_Test.IMG_Circuit, emLeftClick, ...
CoordinateEditorToScreen(68), CoordinateEditorToScreen(43))
EmulateMouse(WIN_Test.IMG_Circuit, emLeftClick, ...
CoordinateEditorToScreen(259), CoordinateEditorToScreen(45))
EmulateMouse(WIN_Test.IMG_Circuit, emLeftClick, ...
CoordinateEditorToScreen(161), CoordinateEditorToScreen(139))
EmulateMouse(WIN_Test.BTN_OK, emLeftClick
Sintaxis
<Result> = CoordinateEditorToScreen(<Value>)
<Result>: Integer Conversion result: converted size or position in the device's native screen dpi.
<Value>: Integer Value to convert: size or position given in the reference dpi under the editor (160 dpi).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|