A3DPDFRectData structure: structure to define a rectangle placement in the PDF page. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DInt32 | m_iLeft |
A3DInt32 | m_iBottom |
A3DInt32 | m_iRight |
A3DInt32 | m_iTop |
A3DPDFRectData structure: structure to define a rectangle placement in the PDF page.
A3DUns16 A3DPDFRectData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DInt32 A3DPDFRectData::m_iLeft |
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.
A3DInt32 A3DPDFRectData::m_iBottom |
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.
A3DInt32 A3DPDFRectData::m_iRight |
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.
A3DInt32 A3DPDFRectData::m_iTop |
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.