Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
output(pointx(itempath, 1));