|
|
|
|
|
iMMToPica (Function) In french: iMMVersPica Converts the coordinates of a point (expressed in millimeters) into system coordinates. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|