Ellipse Element

Contains elements specifying the x- and y-coordinates of the ellipse's center point and two points on the ellipse.

The X and Y elements specify the x- and y-coordinates of the center point. The A and B elements specify the x- and y-coordinates of one point on the ellipse; the C and D elements specify the x- and y-coordinates of the other point.

Syntax


<Ellipse
    [IX]
    [Del]>
</Ellipse>

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 properties

PropertyValue
NameEllipse
Minimum Occurrences0
Maximum OccurrencesUnbounded

Element information

Parent elements

Geom

Child elements

X

Y

A

B

C

D

Remarks

A Geom element that contains an Ellipse or InfiniteLine element should not contain any of the following elements: MoveTo, LineTo, ArcTo, EllipticalArcTo, PolylineTo, NURBSTo, SplineStart, or SplineKnot.

See also

Ellipse row (Geometry section)

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp