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