
###############
A3DPDFRectDData
###############

.. c:struct:: A3DPDFRectDData

   :c:struct:`~A3DPDFRectDData` structure: structure to define a rectangle placement in the PDF page, in double precision. 
   
   
      9.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFRectDData.m_dLeft`
   * :c:member:`~A3DPDFRectDData.m_dBottom`
   * :c:member:`~A3DPDFRectDData.m_dRight`
   * :c:member:`~A3DPDFRectDData.m_dTop`
   
   



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

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


.. c:member:: A3DDouble A3DPDFRectDData.m_dLeft

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

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

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

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




