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
)
Public Sub Inflate (
x As Double,
y As Double
)
public:
virtual void Inflate(
[InAttribute] double x,
[InAttribute] double y
) sealed
Parameters
- x
- Type: SystemDouble
The x value.
- y
- Type: SystemDouble
The y value.
See Also