Sections - PointX
Text:
API Call:Returns the X coordinate of the point given by Index
If this function fails the return value is -1.
Declaration:
PointX(ItemPath: String; Index: Integer): Double;
Source Code
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
output(pointx(itempath, 1)); |