Editions
Related Functions
Example
The IN_PlaceLineHotspot macro places a line-shaped hotspot in the specified document window, on the current page's active edit layer.
Syntax
IN_PlaceLineHotspot( docwinID, hotspotID, unitType, x1, y1, x2, y2 )
|
Parameters |
Values |
Meaning |
|
docwinID |
0 | docwinID |
active | specific |
|
hotspotID |
hotspot identifier string | |
|
unitType |
IN_UNITS_PROPORTIONAL (0) |
proportional units |
|
x1, y1 |
left end point of the line | |
|
x2, y2 |
right end point of the line. See Remarks. | |
Remarks
The placement coordinates are relative to the MER (minimum enclosing rectangle) of the page.
Release information
Release information unavailable for macros.
Macros have not been tested in Imagenation for UNIX, so they should not be used in UNIX integrations.
See also