XRectInflate Method (XRect, Double, Double)Terminal Works - PDF Printing.Net Library
Creates a rectangle that results from expanding or shrinking the specified rectangle by the specified width and height amounts, in all directions.

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

public static XRect Inflate(
	XRect rect,
	double width,
	double height
)

Parameters

rect
Type: PdfEdit.DrawingXRect
width
Type: SystemDouble
height
Type: SystemDouble

Return Value

Type: XRect
See Also

Reference