A3DPDFRectData
-
struct
A3DPDFRectData A3DPDFRectDatastructure: structure to define a rectangle placement in the PDF page.4.1
Variables
-
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.