Set the coordinates of the rectangle.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
Rect p
)
Public Sub Set (
p As Rect
)
public:
virtual void Set(
[InAttribute] Rect^ p
) sealed
Parameters
- p
- Type: pdftron.PDFRect
The source Rect.
See Also