<point>

The <point> element specifies a point within a signature capture control. The exact position is specified via two pixel coordinates, x and y. Two <point> elements contained within the same <window-signature> element will be connected. Subsequent <point> elements will continue to be connected, that is, the first and second <point> will be connected via a single line, then the second and third <point> elements will be connected, and so forth. If either the x or y coordinate of a point are outside the boundaries defined for the signature capture field a script error is thrown.

Structure

Contains:
  • None
Contained By:
  • <window-sign>
Attributes
Name Description Data Type Default Value Required
x The x, or horizontal coordinate for the point, specified in pixels, with the left-most pixel at position 0. non-negative integer none Yes
y The y, or vertical coordinate for the point, specified in pixels with the bottom-most pixel at position 0. non-negative integer none Yes