Hello,
  I am required to rotate a rectangle. But, when I do it I couldn't see the
recangle.
  Here is the way I am rotating:

    pdfContentByte.concatCTM(1, 1, -1, 1, 200, 200);
    pdfContentByte.rectangle(200, 200, 100, 100);
    pdfContentByte.stroke();

  My idea is to rotate the rectangle to 90 degree. I couldn't see the
rectangle.
  Suggest please...

Regards,
Ramana.JV. 

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to