ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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: wd290prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help