enum L_SvgEnumerateDirection
{
L_SvgEnumerateDirection_Top,
L_SvgEnumerateDirection_TopToBottom,
L_SvgEnumerateDirection_BottomToTop,
};
typedef enum L_SvgEnumerateDirection L_SvgEnumerateDirection;
Options to use when enumerating SVG elements (nodes).
Value | Meaning |
---|---|
L_SvgEnumerateDirection_Top | Enumerate only the top-level elements. |
L_SvgEnumerateDirection_TopToBottom | Enumerate from top element and all children. |
L_SvgEnumerateDirection_BottomToTop | Enumerate from the lowest childen in the document and up to the top element. |
SVG element directions
Specifies the options to use when enumerating SVG elements (nodes) with L_SvgEnumerateElements.