Click or drag to resize

RectInflate Method (Double, Double)

Inflates this Rect with the specified x and y values.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Inflate(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x value.
y
Type: SystemDouble
The y value.
See Also