Hello,

Regarding: In the file PdfPainter.h, around the functions "DrawImage".
           both of the functions. (See Below my message)
The phrase "bottom left position" makes no sense
for single numerical value.  Shouldn't it be just "left position"?

I'm not trying to be nitpicky, I'm trying to understand the API.
If "bottom left position" is correct, could someone direct me
to more information?

From
Brian

    /** Draw an image on the current page.
     *  \param dX the x coordinate (bottom left position of the image)
     *  \param dY the y coordinate (bottom position of the image)
....     */
      void DrawImage( double dX, double dY, PdfImage* pObject, double dScaleX = 
1.0, double dScaleY = 1.0);

    /** Draw an XObject on the current page. For PdfImage use DrawImage.
     *
     *  \param dX the x coordinate (bottom left position of the XObject)
     *  \param dY the y coordinate (bottom position of the XObject)
    ....
     *  \see DrawImage
     */
    void DrawXObject( double dX, double dY, PdfXObject* pObject, double dScaleX 
= 1.0, double dScaleY = 1.0);

_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to