#include <ewgfx.h>
Data Fields | |
| XInt32 | MaxNoOfSubPaths |
| XInt32 | NoOfOpenedPaths |
| XInt32 | NoOfClosedPaths |
| XInt32 | NoOfEdges |
| XBool | IsValid |
| char | Reserved [3] |
| XRect | Bounds |
| float | Matrix [6] |
| XPathMatrix * | MatrixStack |
| XSubPath * | SubPaths [1] |
| XRect XPath::Bounds |
| XBool XPath::IsValid |
| float XPath::Matrix[6] |
| XPathMatrix* XPath::MatrixStack |
| XInt32 XPath::MaxNoOfSubPaths |
| XInt32 XPath::NoOfClosedPaths |
| XInt32 XPath::NoOfEdges |
| XInt32 XPath::NoOfOpenedPaths |
| char XPath::Reserved[3] |
| XSubPath* XPath::SubPaths[1] |