1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01085401"><META NAME="lcid" CONTENT="1033"><title>EllipticalArcTo Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><h1>EllipticalArcTo Element</h1><p>
<p>Contains elements that specify information about an elliptical arc.</p>
<p>The <b class="bterm">X</b> and <b class="bterm">Y</b> elements specify the <i>x-</i> and <i>y-</i>coordinates of the ending vertex on the arc. The <b class="bterm">A</b> and <b class="bterm">B</b> elements specify the <i>x-</i> and <i>y-</i>coordinates of the arc's control point. The <b class="bterm">C</b> element specifies the angle of the arc's major axis relative to the <i>x</i>-axis of its parent. The <b class="bterm">D</b> element specifies the ratio of an arc's major axis to its minor axis.</p>
</p><h2>Syntax</h2><pre><code>
<EllipticalArcTo
[IX]
[Del]>
</EllipticalArcTo>
</code></pre><h2>Attributes</h2><p><b class="bterm">IX</b></p><p>Optional int. The one-based index of the element within its parent element.</p><p><b class="bterm">Del</b></p><p>Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.</p><h2>Element properties</h2><table><tr><th>Property</th><th>Value</th></tr>
<tr><td>Name</td><td>EllipticalArcTo</td></tr>
<tr><td>Minimum Occurrences</td><td>0</td></tr>
<tr><td>Maximum Occurrences</td><td>Unbounded</td></tr>
</table><h2>Element information</h2><p><b class="bterm">Parent elements</b></p><p><a href="vixmlelemGeom.htm" id="HV01085445" lcid=""><b class="bterm">Geom</b></a></p><p><b class="bterm">Child elements</b></p><p><a href="vixmlelemX.htm" id="HV01085736" lcid=""><b class="bterm">X</b></a></p><p><a href="vixmlelemY.htm" id="HV01085748" lcid=""><b class="bterm">Y</b></a></p><p><a href="vixmlelemA.htm" id="HV01085287" lcid=""><b class="bterm">A</b></a></p><p><a href="vixmlelemB.htm" id="HV01085310" lcid=""><b class="bterm">B</b></a></p><p><a href="vixmlelemC.htm" id="HV01085330" lcid=""><b class="bterm">C</b></a></p><p><a href="vixmlelemD.htm" id="HV01085368" lcid=""><b class="bterm">D</b></a></p><h2>See also</h2><p><a target="_blank" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vissdk11/html/DSS_Rows_(A-Z)_1207.asp" id="HV82251207" lcid=" ">EllipticalArcTo</a> row (Geometry section)</p><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|