Point object packs a point coordinates. Some of the
properties and methods of the ALPFrame external
object accept as parameters Rect objects.
Creation: Use the external.CreateMiscObject
method.
Class name: POINT
Example:
var rc = external.CreateMiscObject("POINT");
Properties
x
- long integer. X coordinate of the point
y
- long integer. Y coordinate of the point
|