Draws the specified image.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void DrawImage( XImage image, Rectangle destRect, Rectangle srcRect, XGraphicsUnit srcUnit )
Parameters
- image
- Type: PdfEdit.DrawingXImage
- destRect
- Type: System.DrawingRectangle
- srcRect
- Type: System.DrawingRectangle
- srcUnit
- Type: PdfEdit.DrawingXGraphicsUnit
See Also