Structure that defines a graphic line. More...
Data Fields | |
| A3DDouble | m_dDashSize |
| A3DDouble | m_dGapSize |
| A3DDouble | m_dXEndPoint |
| A3DDouble | m_dXStartPoint |
| A3DDouble | m_dYEndPoint |
| A3DDouble | m_dYStartPoint |
Detailed Description
Structure that defines a graphic line.
- Version
- 9.1
Field Documentation
| A3DDouble A3DPDFGraphicLineData::m_dDashSize |
The size of the visible part of a dashed line in points. If O the line will be plain.
| A3DDouble A3DPDFGraphicLineData::m_dGapSize |
The size of the invisible part of a dashed line in points. If O the line will be plain.
| A3DDouble A3DPDFGraphicLineData::m_dXEndPoint |
The x coordinate of the end point of the line. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicLineData::m_dXStartPoint |
The x coordinate of start point of the line. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicLineData::m_dYEndPoint |
The y coordinate of the end point of the line. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicLineData::m_dYStartPoint |
The y coordinate of the start point of the line. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
