A3DPDFGraphicBezierCurveData Struct Reference

Structure that defines a graphic bezier curve. More...

Data Fields

A3DDouble m_dDashSize
 
A3DDouble m_dGapSize
 
A3DDouble m_dWidth
 
A3DInt32 m_iNumberOfPoints
 
A3DDoublem_pdPoints
 
A3DPDFRgbColorDatam_pFillColor
 
A3DPDFRgbColorData m_sCurveColor
 

Detailed Description

Structure that defines a graphic bezier curve.

Version
9.1

Field Documentation

A3DDouble A3DPDFGraphicBezierCurveData::m_dDashSize

The size of the visible part of a dashed curve in points. If O the curve will be plain.

A3DDouble A3DPDFGraphicBezierCurveData::m_dGapSize

The size of the invisible part of a dashed curve in points. If O the curve will be plain.

A3DDouble A3DPDFGraphicBezierCurveData::m_dWidth

The width of the curve.

A3DInt32 A3DPDFGraphicBezierCurveData::m_iNumberOfPoints

The number of points in the next array.

A3DDouble* A3DPDFGraphicBezierCurveData::m_pdPoints

The coordinates x, y of the points. The coordinate origin (0, 0) is the bottom left of the page. The unit is point. They must be given as x1, y1, x2, y2, x3, y3, ..., xn, yn. So the size of the array will be 2*m_iNumberOfPoints.

A3DPDFRgbColorData* A3DPDFGraphicBezierCurveData::m_pFillColor

Optional: the filling color.

A3DPDFRgbColorData A3DPDFGraphicBezierCurveData::m_sCurveColor

The color of the curve.