ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01A240077F (WINDEV 24)

Help / WLanguage / WLanguage functions / Standard functions / Print functions / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
Example
Width is real
PicaWidth is real
Width = iImageWidth("Flower.BMP")
PicaWidth = iMMToPica(Width)
Syntax
<Result> = iMMToPica(<Position in MM> [, <Direction>])
<Result>: Real
Sought position (horizontal or vertical) of the point in system coordinates.
<Position in MM>: Real
Horizontal or vertical position of the point in millimeters.
<Direction>: Optional boolean
Used to configure the direction of the conversion:
  • True (default value): conversion for an horizontal position.
  • False: conversion for a vertical position.
Component : wd240prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/25/2018

Send a report | Local help