Click or drag to resize

Rect.Inflate 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: System.Double
The x value.
y
Type: System.Double
The y value.
See Also