Click or drag to resize

RectGet Method

Gets the rectangle coordinates.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Get(
	DoubleRef out_x1,
	DoubleRef out_y1,
	DoubleRef out_x2,
	DoubleRef out_y2
)

Parameters

out_x1
Type: pdftron.CommonDoubleRef
The x coordinate of the bottom left corner.
out_y1
Type: pdftron.CommonDoubleRef
The y coordinate of the bottom left corner.
out_x2
Type: pdftron.CommonDoubleRef
The x coordinate of the top right corner.
out_y2
Type: pdftron.CommonDoubleRef
The y coordinate of the top right corner.
See Also