Structure that defines a graphic circle arc. More...
Detailed Description
Structure that defines a graphic circle arc.
- Version
- 9.1
Field Documentation
| A3DDouble A3DPDFGraphicArcData::m_dDashSize |
The size of the visible part of a dashed line in points. If O the line will be plain.
| A3DDouble A3DPDFGraphicArcData::m_dGapSize |
The size of the invisible part of a dashed line in points. If O the line will be plain.
| A3DDouble A3DPDFGraphicArcData::m_dXCenterPoint |
The x coordinate of the center point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicArcData::m_dXEndPoint |
The x coordinate of the end point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicArcData::m_dXStartPoint |
The x coordinate of start point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicArcData::m_dYCenterPoint |
The y coordinate of the center point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicArcData::m_dYEndPoint |
The y coordinate of the end point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DDouble A3DPDFGraphicArcData::m_dYStartPoint |
The y coordinate of the start point of the arc. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
| A3DPDFRgbColorData* A3DPDFGraphicArcData::m_pFillColor |
Optional: the filling color.
