Click or drag to resize

Rect Constructor (Double, Double, Double, Double)

Creates a Rect and initialize it using specified parameters.

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

Parameters

x1
Type: SystemDouble
The x coordinate of the bottom left corner.
y1
Type: SystemDouble
They coordinate of the bottom left corner.
x2
Type: SystemDouble
Thex coordinate of the top right corner.
y2
Type: SystemDouble
They coordinate of the top right corner.
Remarks
The rect is not attached to any Cos/SDF object.
See Also