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
)
Public Sub Get (
out_x1 As DoubleRef,
out_y1 As DoubleRef,
out_x2 As DoubleRef,
out_y2 As DoubleRef
)
public:
virtual void Get(
[InAttribute] DoubleRef^ out_x1,
[InAttribute] DoubleRef^ out_y1,
[InAttribute] DoubleRef^ out_x2,
[InAttribute] DoubleRef^ out_y2
) sealed
function Get(out_x1, out_y1, out_x2, 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