Returns the affine transform that maps a box to a given rectangle on a PDF page.
Original signature is 'CGAffineTransform CGPDFPageGetDrawingTransform ( CGPDFPageRef page, CGPDFBox box, CGRect rect, int rotate, bool preserveAspectRatio );'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public static CGAffineTransform GetDrawingTransform( IntPtr page, CGPDFBox box, CGRect rect, int rotate, bool preserveAspectRatio )

An affine transform that maps the box specified by the box parameter to the rectangle specified by the rect parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)