Click or drag to resize

RectSet Method (Double, Double, Double, Double)

Sets the coordinates of the rectangle.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Set(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
The x coordinate of the bottom left corner.
y1
Type: SystemDouble
The y coordinate of the bottom left corner.
x2
Type: SystemDouble
The x coordinate of the top right corner.
y2
Type: SystemDouble
The y coordinate of the top right corner.
See Also