FromReference
Obsah
Description
Alias: FR
Converts a point reference to its coordinates and anchor definition.
Converts a point reference in the Reference parameter to its coordinates (parameters X and Y) and anchor definition (parameters HorizontalAnchor and VerticalAnchor ).
Input parameters
Reference
Type Reference
Reference to be converted to the coordinates and anchor.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
Output parameters
X
Type Number
Horizontal coordinates of the reference.
Y
Type Number
Vertical coordinates of the reference.
HorizontalAnchor
Type Number
Horizontal placement of the anchor (0=left, 1=middle, 2=right).
VerticalAnchor
Type Number
Vertical placement of the anchor (0=left, 1=middle, 2=right).