A3DPDFGraphicRectangleData

struct A3DPDFGraphicRectangleData

Structure that defines a graphic rectangle.

9.1

Variables

A3DPDFRectDData A3DPDFGraphicRectangleData.m_sRectangleData

The coordinates of the rectangle.

A3DPDFRgbColorData A3DPDFGraphicRectangleData.m_sLineColor

The color of the rectangle contour.

A3DPDFRgbColorData *A3DPDFGraphicRectangleData.m_pFillColor

Optional: the filling color.

A3DDouble A3DPDFGraphicRectangleData.m_dWidth

The width of the rectangle.

A3DDouble A3DPDFGraphicRectangleData.m_dDashSize

The size of the visible part of a dashed line in points.

If O the line will be plain.

A3DDouble A3DPDFGraphicRectangleData.m_dGapSize

The size of the invisible part of a dashed line in points.

If O the line will be plain.

A3DPDFDashPatternData *A3DPDFGraphicRectangleData.m_pDashPattern

Optional: the dash pattern.

If m_pDashPattern is defined, it supersedes m_dDashSize and m_dGapSize.