Click or drag to resize

Rect Constructor (Obj)

Create a Rect and initialize it using given Cos/SDF rectangle Array object. The rect is attached to this object.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Rect(
	Obj rect
)

Parameters

rect
Type: pdftron.SDFObj
An object representing a Rect.
See Also