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 Sub New (
rect As Obj
)
public:
Rect(
[InAttribute] Obj^ rect
)
pdftron.PDF.Rect = function(rect);
Parameters
- rect
- Type: pdftron.SDFObj
An object representing a Rect.
See Also