XRectOffset Method (XRect, Double, Double)Terminal Works - PDF Printing.Net Library
Returns a rectangle that is offset from the specified rectangle by using specified horizontal and vertical amounts.

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

public static XRect Offset(
	XRect rect,
	double offsetX,
	double offsetY
)

Parameters

rect
Type: PdfEdit.DrawingXRect
offsetX
Type: SystemDouble
offsetY
Type: SystemDouble

Return Value

Type: XRect
See Also

Reference