<lnTo>
(Draw Line To)
This element specifies the drawing of a straight line from the current pen position to the new point specified. This line becomes part of the shape geometry, representing a side of the shape. The coordinate system used when specifying this line is the path coordinate system.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Path2DLineTo">
<sequence>
<element name="pt" type="CT_AdjPoint2D" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>