Outline with points
You can add an outline using either points or lines. When defining the outline
using points the points will form a single polyline. If the first and
last points are not the same, an extra point will be added to ensure a
closed polyline.
XML
Syntax
<Outline>
<DataPoint x="10" y="35" />
<DataPoint x="20" y="35" />
<DataPoint x="20" y="45" />
<DataPoint x="10" y="45" />
</Outline>
Alternate Syntax:
<Outline>
<DataPoint >
<x>10</x>
<y>35</y>
</DataPoint >
<DataPoint
>
<x>20</x>
<y>35</y>
</DataPoint
>
<DataPoint
>
<x>20</x>
<y>45</y>
</DataPoint
>
<DataPoint
>
<x>10</x>
<y>45</y>
</DataPoint
>
</Outline>
XML
Specifics
Outline |
Denotes the start of the
outline (polyline). |
DataLine
|
Marks the start of a
line to be added. |
X,
Y |
The X
and Y coordinates of each point |
Copyright
© 2006 Tailor Made Software, Ltd