ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
Example
Largeur is real
LargeurPica is real
Largeur = iImageWidth("Fleur.BMP")
LargeurPica = iMMToPica(Largeur)
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): conversion for a horizontal position.
  • False conversion to vertical position.
Component: wd300prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help