XGraphics.DrawImage Method (XImage, Rectangle, Rectangle, XGraphicsUnit)Terminal Works - PDF Printing.Net Library
Draws the specified image.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void DrawImage(
	XImage image,
	Rectangle destRect,
	Rectangle srcRect,
	XGraphicsUnit srcUnit
)

Parameters

image
Type: PdfEdit.Drawing.XImage
destRect
Type: System.Drawing.Rectangle
srcRect
Type: System.Drawing.Rectangle
srcUnit
Type: PdfEdit.Drawing.XGraphicsUnit
See Also

Reference