<EllipticalArcTo> element

<EllipticalArcTo> 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 elements that specify information about an elliptical arc.

The X and Y elements specify the x- and y-coordinates of the ending vertex on the arc. The A and B elements specify the x- and y-coordinates of the arc's control point. The C element specifies the angle of the arc's major axis relative to the x-axis of its parent. The D element specifies the ratio of an arc's major axis to its minor axis.

Syntax

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

Attributes

IX

Optional int. The one-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:

A (optional), B (optional), C (optional), D (optional), X (optional), Y (optional)

See also

EllipticalArcTo row (Geometry section)