Foxit PDF SDK
|
Public Member Functions | |
constructor (first, second, third, fourth) const ructor() | |
Constructor, with parameters. More... | |
Set (first, second, third, fourth) | |
Set value. More... | |
Public Attributes | |
first | |
First point of quadrilateral, in PDF coordinate system. | |
fourth | |
Fourth point of quadrilateral, in PDF coordinate system. | |
second | |
Second point of quadrilateral, in PDF coordinate system. | |
third | |
Third point of quadrilateral, in PDF coordinate system. | |
This class represents points of a quadrilateral, in PDF coordinate system. The order of points in a quadrilateral should be as follows:
Constructor, with parameters.
[in] | first | First point of the quadrilateral, in PDF coordinate system. |
[in] | second | Second point of the quadrilateral, in PDF coordinate system. |
[in] | third | Third point of the quadrilateral, in PDF coordinate system. |
[in] | fourth | Fourth point of the quadrilateral, in PDF coordinate system. |
Constructor.
Set value.
[in] | first | First point of the quadrilateral, in PDF coordinate system. |
[in] | second | Second point of the quadrilateral, in PDF coordinate system. |
[in] | third | Third point of the quadrilateral, in PDF coordinate system. |
[in] | fourth | Fourth point of the quadrilateral, in PDF coordinate system. |