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
)
Public Sub Set (
x1 As Double,
y1 As Double,
x2 As Double,
y2 As Double
)
public:
virtual void Set(
[InAttribute] double x1,
[InAttribute] double y1,
[InAttribute] double x2,
[InAttribute] double y2
) sealed
function Set(x1, y1, x2, 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