
##############
A3DPDFRectData
##############

.. c:struct:: A3DPDFRectData

   :c:struct:`~A3DPDFRectData` structure: structure to define a rectangle placement in the PDF page. 
   
   
      4.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFRectData.m_iLeft`
   * :c:member:`~A3DPDFRectData.m_iBottom`
   * :c:member:`~A3DPDFRectData.m_iRight`
   * :c:member:`~A3DPDFRectData.m_iTop`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DInt32 A3DPDFRectData.m_iLeft

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      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. 
      



.. c:member:: A3DInt32 A3DPDFRectData.m_iBottom

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      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. 
      



.. c:member:: A3DInt32 A3DPDFRectData.m_iRight

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      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. 
      



.. c:member:: A3DInt32 A3DPDFRectData.m_iTop

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      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. 
      




