XGraphicsDrawImage Method (XImage, RectangleF, RectangleF, 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,
	RectangleF destRect,
	RectangleF srcRect,
	XGraphicsUnit srcUnit
)

Parameters

image
Type: PdfEdit.DrawingXImage
destRect
Type: System.DrawingRectangleF
srcRect
Type: System.DrawingRectangleF
srcUnit
Type: PdfEdit.DrawingXGraphicsUnit
See Also

Reference