Click or drag to resize

ObjPushBackRect Method

Appends an Array of 4 numbers at the end of the Array.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj PushBackRect(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
The x1 value.
y1
Type: SystemDouble
The y1 value.
x2
Type: SystemDouble
The x2 value.
y2
Type: SystemDouble
The y2 value.

Return Value

Type: Obj
A newly appended Array object.
See Also