A3DPDFRectDData

struct A3DPDFRectDData

A3DPDFRectDData structure: structure to define a rectangle placement in the PDF page, in double precision.

9.1

Variables

A3DDouble A3DPDFRectDData.m_dLeft

The x coordinate of the bottom left corner of the rectangle.

The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

A3DDouble A3DPDFRectDData.m_dBottom

The y coordinate of the bottom left corner of the rectangle.

The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

A3DDouble A3DPDFRectDData.m_dRight

The x coordinate of the top right corner of the rectangle.

The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

A3DDouble A3DPDFRectDData.m_dTop

The y coordinate of the top right corner of the rectangle.

The coordinate origin (0, 0) is the bottom left of the page. The unit is point.