Line definition
Revision as of 08:44, 1 June 2022 by Jan.Gajdosik (talk | contribs)
Used to store line definition.
Data XML definition
Property | XML | Description | Default |
---|---|---|---|
Line type | [A] Type
|
Type of line defined as StandardLine or ElemeLine
|
(empty) |
StandardLine
Example of Data XML
<Line Type="ElemLine">
<Elem Kind="Line" DX="2" DY="0" />
<Elem Kind="Move" DX="-1" DY="1" />
<Elem Kind="Line" DX="0" DY="-2" />
<Elem Kind="Move" DX="7" DY="0" />
</Line>