<LineTo> element

<LineTo> element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.

Syntax

  <LineTo
      [IX = "intval"]
      [Del = "boolval"]>
  </LineTo>

Attributes

IX

Optional int. The 1-based index of the element within its parent element.

Del

Optional boolean. A flag indicating whether the element is deleted locally. A value of 1 indicates that the element is deleted locally.

Element information

Parent elements:

Geom

Child elements:

X (optional), Y (optional)

Remarks

The LineTo element is relevant only when contained in a Shape element. It is ignored when contained in a DocumentSheet, PageSheet, or StyleSheet element.

See also

LineTo row (Geometry section)